MARC21_InterfaceReadMARC21XMLStream Method |
Process a MARCXML21 stream to MARC.
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax string ReadMARC21XMLStream(
string sXML,
string sXSLT,
bool bRemote,
int lFlag
)
Function ReadMARC21XMLStream (
sXML As String,
sXSLT As String,
bRemote As Boolean,
lFlag As Integer
) As String
String^ ReadMARC21XMLStream(
String^ sXML,
String^ sXSLT,
bool bRemote,
int lFlag
)
abstract ReadMARC21XMLStream :
sXML : string *
sXSLT : string *
bRemote : bool *
lFlag : int -> string
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:
StringSee Also