Click or drag to resize
MARC21_InterfaceMARC2XML Method
Translates MARC to XML

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

Parameters

sSource
Type: SystemString
Source Path
sDest
Type: SystemString
Destination Path
sXSLT
Type: SystemString
Path to Transformation from MARC21XSLT to XML format

Return Value

Type: Int32
Returns success or failure.
See Also