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

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

Parameters

sSource
Type: System.String
Source Path
sDest
Type: System.String
Destination Path
sXSLTPath
Type: System.String
XSLT Transformation Path

Return Value

Type: Int32
Returns success or failure
See Also