MARC21ReadMARC21XML Method |
Reads MARC21XML to MARC
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public int ReadMARC21XML(
string sSource,
string sDest,
string sXSLT,
int lFlag
)
Public Function ReadMARC21XML (
sSource As String,
sDest As String,
sXSLT As String,
lFlag As Integer
) As Integer
public:
virtual int ReadMARC21XML(
String^ sSource,
String^ sDest,
String^ sXSLT,
int lFlag
) sealed
abstract ReadMARC21XML :
sSource : string *
sDest : string *
sXSLT : string *
lFlag : int -> int
override ReadMARC21XML :
sSource : string *
sDest : string *
sXSLT : string *
lFlag : int -> int
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path - sXSLT
- Type: SystemString
XSLT Path - lFlag
- Type: SystemInt32
Characterset flag: DEFAULT_SET or UTF8_SET
Return Value
Type:
Int32Returns number of records processed.
Implements
MARC21_InterfaceReadMARC21XML(String, String, String, Int32)See Also