MARC21_InterfaceMARC2XML_Stream Method |
MARC2XML via a string
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax string MARC2XML_Stream(
string sMARC,
string sXSLT
)
Function MARC2XML_Stream (
sMARC As String,
sXSLT As String
) As String
String^ MARC2XML_Stream(
String^ sMARC,
String^ sXSLT
)
abstract MARC2XML_Stream :
sMARC : string *
sXSLT : string -> string
Parameters
- sMARC
- Type: SystemString
Block of MARC records - sXSLT
- Type: SystemString
Path to the XSLT for transforming data
Return Value
Type:
StringReturns an XML file in UTF8
See Also