Click or drag to resize

MARC21MARC2XML_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: 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