MARC21_InterfaceMARC2XML_Stream Method |
MARC2XML via a string
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntaxstring MARC2XML_Stream(
string sMARC,
string sXSLT
)
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