arxio GmbH

Documentation

Domteur and Dmt are data conversion tools that take plain text documents as input and generate XML documents as output.

The translation process is described in a XDO template document that must be loaded and compiled by Domteur.

An in-depth description of XDO can be found in the XDO whitepaper.

Domteur

Domteur is a graphical user-interface for the XDO parser.
The latest version can be downloaded here.

 
  1. List of source files for the transformation process.
  2. XDO template file with the transformation instructions and the output template.
  3. Optional XSL file to be processed after the XDO transformation process.
  4. Output directory for the generated files. When field is empty, created files will be put in the source directory.
  5. File extension for the created file. If empty ".xml" is used as default extension.
  6. Force file output after the first bug during the transformation process. Useful for debugging XDO templates.
  7. If checked, the internal copy of the possibly modified source file will be saved with the ".txt" ending.
  8. Output informative messages during the transformation process.
  9. The output window, showing messages und errors.
 
  1. Open a configuration file. The configuration file contains the Domteur settings, as they were saved by "Save Configuration...".
  2. Save the Domteur settings to a configuration file "*.conf."
 
  1. Go to the Domteur website.
  2. If your copy of Domteur is unregistered, click here to enter your registration key.
  3. Shows the version and licence information.

Dmt

Dmt is a command line interface for the XDO parser.
The latest version can be downloaded here.

The list of the available arguments and options is shown by typing domt -h
or domt --help in the console.

Typically, it should give you something like this:

Dmt - command line interface for the XDO parser engine
Copyright XDO scripting language, Domteur and Dmt (c)2006 by arxio GmbH, www.arxio.de
SYNOPSIS
Arguments
-D, --debug print debug messages
-e, --ext output file extension
-f, --force force XML writing, even when parser reports errors
-h, --help show this help
-t, --template the XDO template
-o, --output output directory
-T, --textout output parser text after parsing
-v, --version show version info
-V, --verbose switch on verbose messages