Click or drag to resize
MARC21XML2XML Method
Translates one XML format to another.

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

Parameters

sSource
Type: SystemString
Source Path
sDest
Type: SystemString
Destination Path
sXSLTPath
Type: SystemString
XSLT Transformation Path

Return Value

Type: Int32
Returns success or failure

Implements

MARC21_InterfaceXML2XML(String, String, String)
See Also