MarcEdit .NET COM API Documentation

MARC21.ReadMARC21XML Method 

Reads MARC21XML to MARC

public int ReadMARC21XML(
   string sSource,
   string sDest,
   string sXSLT,
   int lFlag
);

Parameters

sSource
Source Path
sDest
Destination Path
sXSLT
XSLT Path
lFlag
Characterset flag: DEFAULT_SET or UTF8_SET

Return Value

Returns number of records processed.

Implements

MARC21_Interface.ReadMARC21XML

See Also

MARC21 Class | MARCEngine5 Namespace