Click or drag to resize
MARC21_InterfaceMARC2XML_Stream Method
MARC2XML via a string

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
string 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: String
Returns an XML file in UTF8
See Also