Click or drag to resize

MARC21XML2MARC Method

Translates XML to MARC

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
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