Click or drag to resize

MARC21_InterfaceReadMARC21XML Method

Reads MARC21XML to MARC

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
int 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: Int32
Returns number of records processed.
See Also