MARC21MARCXMLtoMARC Method |
Depricated function: Used in MarcEdit 4.6. Use ReadMARC21XML
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public int MARCXMLtoMARC(
string sSource,
string sDest,
string XSLT
)
Public Function MARCXMLtoMARC (
sSource As String,
sDest As String,
XSLT As String
) As Integer
public:
virtual int MARCXMLtoMARC(
String^ sSource,
String^ sDest,
String^ XSLT
) sealed
abstract MARCXMLtoMARC :
sSource : string *
sDest : string *
XSLT : string -> int
override MARCXMLtoMARC :
sSource : string *
sDest : string *
XSLT : string -> int
Parameters
- sSource
- Type: SystemString
Source Path - sDest
- Type: SystemString
Destination Path - XSLT
- Type: SystemString
XSLT Path
Return Value
Type:
Int32Implements
MARC21_InterfaceMARCXMLtoMARC(String, String, String)See Also