MARC21_InterfaceReadMARC21XML Method |
Reads MARC21XML to MARC
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntaxint ReadMARC21XML(
string sSource,
string sDest,
string sXSLT,
int lFlag
)
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path - sXSLT
- Type: SystemString
XSLT Path - lFlag
- Type: SystemInt32
Characterset flag: DEFAULT_SET or UTF8_SET
Return Value
Type:
Int32Returns number of records processed.
See Also