MARC21_InterfaceMARC2XML Method |
Translates MARC to XML
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax int MARC2XML(
string sSource,
string sDest,
string sXSLT
)
Function MARC2XML (
sSource As String,
sDest As String,
sXSLT As String
) As Integer
int MARC2XML(
String^ sSource,
String^ sDest,
String^ sXSLT
)
abstract MARC2XML :
sSource : string *
sDest : string *
sXSLT : string -> int
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path - sXSLT
- Type: SystemString
Path to Transformation from MARC21XSLT to XML format
Return Value
Type:
Int32Returns success or failure.
See Also