MARC21_InterfaceXML2MARC Method |
Translates XML to MARC
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax int XML2MARC(
string sSource,
string sDest,
string sXSLT,
string sMARCXSLT,
int lFlag
)
Function XML2MARC (
sSource As String,
sDest As String,
sXSLT As String,
sMARCXSLT As String,
lFlag As Integer
) As Integer
int XML2MARC(
String^ sSource,
String^ sDest,
String^ sXSLT,
String^ sMARCXSLT,
int lFlag
)
abstract XML2MARC :
sSource : string *
sDest : string *
sXSLT : string *
sMARCXSLT : string *
lFlag : int -> int
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path - sXSLT
- Type: SystemString
XSLT Transformation from XML format to MARC21XML - sMARCXSLT
- Type: SystemString
Path to MARC21XML to MARC stylesheet - lFlag
- Type: SystemInt32
Sets Characterset
Return Value
Type:
Int32Returns the number of records processed.
See Also