Translates XML to MARC
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public int XML2MARC(
string sSource,
string sDest,
string sXSLT,
string sMARCXSLT,
int lFlag
)
Public Function XML2MARC (
sSource As String,
sDest As String,
sXSLT As String,
sMARCXSLT As String,
lFlag As Integer
) As Integer
public:
virtual int XML2MARC(
String^ sSource,
String^ sDest,
String^ sXSLT,
String^ sMARCXSLT,
int lFlag
) sealed
abstract XML2MARC :
sSource : string *
sDest : string *
sXSLT : string *
sMARCXSLT : string *
lFlag : int -> int
override 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.
Implements
MARC21_InterfaceXML2MARC(String, String, String, String, Int32)See Also