Click or drag to resize
MARC21ReadMARC21XML Method
Reads MARC21XML to MARC

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public 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.

Implements

MARC21_InterfaceReadMARC21XML(String, String, String, Int32)
See Also