MARC21_InterfaceMARCXMLtoMARC 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 int MARCXMLtoMARC(
string sSource,
string sDest,
string XSLT
)
Function MARCXMLtoMARC (
sSource As String,
sDest As String,
XSLT As String
) As Integer
int MARCXMLtoMARC(
String^ sSource,
String^ sDest,
String^ XSLT
)
abstract 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:
Int32See Also