MarcEdit .NET COM API Documentation

MARC21.XML2XML Method 

Translates one XML format to another.

public int XML2XML(
   string sSource,
   string sDest,
   string sXSLTPath
);

Parameters

sSource
Source Path
sDest
Destination Path
sXSLTPath
XSLT Transformation Path

Return Value

Returns success or failure

Implements

MARC21_Interface.XML2XML

See Also

MARC21 Class | MARCEngine5 Namespace