Depricated function from MarcEdit 4.6. Use XML2XML
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public int XMLtoXML(
string sSource,
string sDest,
string sXSLTPath
)
Public Function XMLtoXML (
sSource As String,
sDest As String,
sXSLTPath As String
) As Integer
public:
virtual int XMLtoXML(
String^ sSource,
String^ sDest,
String^ sXSLTPath
) sealed
abstract XMLtoXML :
sSource : string *
sDest : string *
sXSLTPath : string -> int
override 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:
Int32Implements
MARC21_InterfaceXMLtoXML(String, String, String)See Also