LOTUSSCRIPT/COM/OLE CLASSES


Examples: Process method
See Examples: NotesDOMParser class, Examples: NotesSAXParser class, and Example: NotesXSLTransformer class for more information about processing a NotesDOMParser, NotesSAXParser or NotesXSLTransformer object.

1. This agent, demonstrating the NotesDXLExporter process, generates DXL from a note collection based on the content of the current database.


2. This example demonstrates the NotesDXLImporter process. The code is on a form. Two fields provide the pathname of an input file and the name of an output database. A "Process" button sets the input and output parameters for a NotesDXLImporter object and calls its Process method.
See Also