Click or drag to resize

MARC21_InterfaceMARC2XML Method

Translates MARC to XML

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