LOTUSSCRIPT/COM/OLE CLASSES
Initiates one of the following types of XML data conversion:
Defined in
NotesXMLProcessor
Syntax
Call notesXMLProcessor.Process
Usage
Before calling this method, you must specify the input and output for the conversion. To do this either use the processor's SetInput and SetOutput methods or use the parameters of one of the following create methods:
Before calling this method for NotesDXLImporter, set ACLImportOption, DesignImportOption, and DocumentImportOption.
Before calling this method for NotesXSLTransformer, specify the style sheet for the conversion, either through the CreateXSLTransformer parameter or the SetStyleSheet method.
A problem with the data processing causes the following errors:
Language cross-reference
exportDxl in Java DxlExporter class
importDxl in Java DxlImporter class
Example