MARC21_Interface.MARC2XML_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: System.String
Block of MARC records - sXSLT
- Type: System.String
Path to the XSLT for transforming data
Return Value
Type:
StringReturns an XML file in UTF8
See Also