Script xml2idl
Load XML files and output the equivalent IDL for types contained therein.
Usage:
xml2idl [-d] <xml-file> [ <xml-files> ...]
where:
-d turn debugging ON
<xml-file> is an XML file
Imports all the XML files into a single X-Types global namespace.
Cross-references between files are resolved. However, duplicates
definitions are not permitted within a global namespace.
If there could be duplicates (ie multiple global namespaces), those files
should be processed in separate command line invocations of this utility.
Info:
- Author: Rajive Joshi