Click or drag to resize
MARC21MARC2XML_Stream Method
Translates MARC2XML_Stream

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public string MARC2XML_Stream(
	string sMARC,
	string sXSLT
)

Parameters

sMARC
Type: SystemString
MARC File
sXSLT
Type: SystemString
Path to Transformation from MARC21XSLT to XML format

Return Value

Type: String
Returns success or failure.

Implements

MARC21_InterfaceMARC2XML_Stream(String, String)
See Also