MARC21_InterfaceXMLtoXML Method |
Depricated function from MarcEdit 4.6. Use XML2XML
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax int XMLtoXML(
string sSource,
string sDest,
string sXSLTPath
)
Function XMLtoXML (
sSource As String,
sDest As String,
sXSLTPath As String
) As Integer
int XMLtoXML(
String^ sSource,
String^ sDest,
String^ sXSLTPath
)
abstract XMLtoXML :
sSource : string *
sDest : string *
sXSLTPath : string -> int
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path - sXSLTPath
- Type: SystemString
XSLT Transform Path
Return Value
Type:
Int32See Also