Click or drag to resize

MARC21XMLtoMARC Method

Depricated. Use XML2MARC

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
public int XMLtoMARC(
	string sSource,
	string sDest,
	string sXSLT,
	string sMARCXSLT
)

Parameters

sSource
Type: SystemString
Source Path
sDest
Type: SystemString
Destination Path
sXSLT
Type: SystemString
XSLT Path
sMARCXSLT
Type: SystemString
MARCXML XSLT Path

Return Value

Type: Int32

[Missing <returns> documentation for "M:MARCEngine7.MARC21.XMLtoMARC(System.String,System.String,System.String,System.String)"]

Implements

MARC21_InterfaceXMLtoMARC(String, String, String, String)
See Also