Click or drag to resize
MARC21XMLtoXML Method
Depricated function from MarcEdit 4.6. Use XML2XML

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

Parameters

sSource
Type: SystemString
Source Path
sDest
Type: SystemString
Destination Path
sXSLTPath
Type: SystemString
XSLT Transform Path

Return Value

Type: Int32

Implements

MARC21_InterfaceXMLtoXML(String, String, String)
See Also