Click or drag to resize
MARC21XML2MARC Method
Translates XML to MARC

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public int 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: Int32
Returns the number of records processed.

Implements

MARC21_InterfaceXML2MARC(String, String, String, String, Int32)
See Also