Click or drag to resize

MARC21_InterfaceMARC2XML_Stream Method

MARC2XML via a string

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
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