MARC21_InterfaceXMLtoMARC Method |
Depricated. Use XML2MARC
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax int XMLtoMARC(
string sSource,
string sDest,
string sXSLT,
string sMARCXSLT
)
Function XMLtoMARC (
sSource As String,
sDest As String,
sXSLT As String,
sMARCXSLT As String
) As Integer
int XMLtoMARC(
String^ sSource,
String^ sDest,
String^ sXSLT,
String^ sMARCXSLT
)
abstract XMLtoMARC :
sSource : string *
sDest : string *
sXSLT : string *
sMARCXSLT : string -> int
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path - sXSLT
- Type: SystemString
XSLT Path - sMARCXSLT
- Type: SystemString
MARCXML XSLT Path
Return Value
Type:
Int32See Also