MARC21_InterfaceXML2XML Method |
Translates one XML format to another.
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntaxint XML2XML(
string sSource,
string sDest,
string sXSLTPath
)
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path - sXSLTPath
- Type: SystemString
XSLT Transformation Path
Return Value
Type:
Int32Returns success or failure
See Also