Click or drag to resize

MARC21MARCXMLtoMARC Method

Depricated function: Used in MarcEdit 4.6. Use ReadMARC21XML

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

Parameters

sSource
Type: SystemString
Source Path
sDest
Type: SystemString
Destination Path
XSLT
Type: SystemString
XSLT Path

Return Value

Type: Int32

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

Implements

MARC21_InterfaceMARCXMLtoMARC(String, String, String)
See Also