EntireX Version 9.7
 —  Software AG IDL Extractor for XML Document  —

Using the IDL Extractor for XML Document in Command-line Mode

See Using the EntireX Workbench in Command-line Mode for the general command-line syntax. The table below shows the command-line option for the IDL Extractor for XML Document.

Task Command Option Description
Extract an IDL file and an XMM file from an XML Document. -extract:xml -help Display this usage message.
-project Name of the project or subfolder where the IDL and XMM files are stored.

Example

<workbench> -extract:xml /Demo/example.xml

where <workbench> is a placeholder for the actual Workbench starter as described under Using the EntireX Workbench in Command-line Mode.

The extracted IDL file and related XML Mapping (XMM) files will be stored in parallel to the XML document source file, e.g. in the project Demo.

Status and processing messages are written to standard output (stdout), which is normally set to the executing shell window.

Top of page