Translates one XML format to another.
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public int XML2XML(
string sSource,
string sDest,
string sXSLTPath
)
Public Function XML2XML (
sSource As String,
sDest As String,
sXSLTPath As String
) As Integer
public:
virtual int XML2XML(
String^ sSource,
String^ sDest,
String^ sXSLTPath
) sealed
abstract XML2XML :
sSource : string *
sDest : string *
sXSLTPath : string -> int
override XML2XML :
sSource : string *
sDest : string *
sXSLTPath : string -> int
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path - sXSLTPath
- Type: SystemString
XSLT Transformation Path
Return Value
Type:
Int32Returns success or failure
Implements
MARC21_InterfaceXML2XML(String, String, String)See Also