jxml2sql - converts XML documents into files to aid database administration
jxml2sql [ options ] [ --output output_type ] xml_file
jxml2sql converts an XML document into some other type of document (SQL, HTML, etc.) to aid database administration. All outputs are directed to standard out.
--help Displays a short usage summary.
--output output_type
Specifies the output type. sql is the default. See section OUTPUT TYPES for more infor- |
--version Displays the current version of jxml2sql as well as the version of libjxml2sql being used.
jxml2sql supports various output types. Most textual output types are commented with values taken from the var- ious description tags throughout your XML document.
sql Structured Query Language. Creates a commented SQL script to create tables inside an
SQL database.
html Hyper-Text Markup Language. Useful for creating a reference for you database tables
and fields.