Click or drag to resize
MARC21XMLtoMARC Method
Depricated. Use XML2MARC

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public int XMLtoMARC(
	string sSource,
	string sDest,
	string sXSLT,
	string sMARCXSLT
)

Parameters

sSource
Type: SystemString
Source Path
sDest
Type: SystemString
Destination Path
sXSLT
Type: SystemString
XSLT Path
sMARCXSLT
Type: SystemString
MARCXML XSLT Path

Return Value

Type: Int32

Implements

MARC21_InterfaceXMLtoMARC(String, String, String, String)
See Also