dtxxmlconv example

The following example shows how you can use the command:

install_dir> dtxxmlconv myschema.mtt 
    -S C:\MyDev\ConversionResults\mydtd.dtd 
    -LOG -APPEND

When you run the example, the following result occurs:

  • If the myschema.mtt schema file is converted successfully, the Conversion succeeded. message displays on the console.
  • The mydtd.dtd DTD file, specified as the input parameter and represents the new XML grammar, is used to generate the schema.
  • If the myschema.log log file does not exist, it is produced in the same directory as the schema. If the myschema.log log file already exists, the log messages are appended to the existing file.