MARC21_InterfaceXML2MARC Method |
Translates XML to MARC
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntaxint XML2MARC(
string sSource,
string sDest,
string sXSLT,
string sMARCXSLT,
int lFlag
)
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path - sXSLT
- Type: SystemString
XSLT Transformation from XML format to MARC21XML - sMARCXSLT
- Type: SystemString
Path to MARC21XML to MARC stylesheet - lFlag
- Type: SystemInt32
Sets Characterset
Return Value
Type:
Int32Returns the number of records processed.
See Also