Click or drag to resize

MARC21.MARC2XML_Stream Method

Translates MARC2XML_Stream

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
public string MARC2XML_Stream(
	string sMARC,
	string sXSLT
)

Parameters

sMARC
Type: System.String
MARC File
sXSLT
Type: System.String
Path to Transformation from MARC21XSLT to XML format

Return Value

Type: String
Returns success or failure.

Implements

MARC21_Interface.MARC2XML_Stream(String, String)
See Also