DXLUtility
DXLUtility is a product developed by THiNK - e-solutions. It’s main purpose is to import Domino XML (DXL) files into an HCL Notes/Domino database and display its content in Notes.
Domino XML (DXL) files can be created Using HCL Notes/Domino APIs, for example. A DXL file preserves any Notes/Domino document with all its data and attachments in its original form. DXL is a standardized XML based format with its own XML schema.
Once created, DXL files can be used to virtually do anything with them:
- The XML can be transformed into a different format using Extensible Stylesheet Language Transformation (XSLT).
- The DXL file can be saved to the filesystem or stored in an Enterprise Content Management (ECM) system or archive.
- Attachments that the original document contained can be extracted.
Functionality
With DXLUtility DXL files can be imported into an HCL Notes/Domino database and opened in Notes just like any other HCL Notes/Domino document.
After DXLUtility imported a DXL file into HCL Notes/Domino databases the document can then be automatically opened in Notes. DXLUtility can import a single DXL file or a any number of DXL files - either commandline driven or by sending requests in Java Script Object Notation (JSON) format to the server that is integrated into DXLUtility.
The main functionality of DXLUtility is to transform existing Notes/Domino documents as well as files in DXL format into different target formats, e.g. into the Portable Document Format (PDF) or the Tagged Image File Format (TIFF).
PDF Generation Module uses DXLUtility to perform Notes/Domino document transformation into a number of target formats.