MARC21_InterfaceReadMARC21XMLStream Method |
Process a MARCXML21 stream to MARC.
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntaxstring ReadMARC21XMLStream(
string sXML,
string sXSLT,
bool bRemote,
int lFlag
)
Parameters
- sXML
- Type: SystemString
XML Text - sXSLT
- Type: SystemString
File Path - bRemote
- Type: SystemBoolean
Resolve Remote Entities (default is false) - lFlag
- Type: SystemInt32
Processing related to character encoding
Return Value
Type:
String[Missing <returns> documentation for "M:MARCEngine7.MARC21_Interface.ReadMARC21XMLStream(System.String,System.String,System.Boolean,System.Int32)"]
See Also