XML::GXML Readme

Thanks for your interest in GXML. GXML is a transformation tool for XML, allowing you to process XML code in many ways. It's like XSLT in purpose, but much simpler to learn and get started with. While simpler than XSLT, GXML has features powerful enough for many tasks, comes in an easy-to-use package, and is highly extensible for special tasks.

These are GXML's high-level features:

GXML is an outgrowth of gxml2html, my tool for converting web sites written in XML to HTML output. gxml2html is now "just another application" that uses the GXML engine to do its work.

For more complete info, see the user's guide in the distribution at docs/index.html or online at:

http://www.multipart-mixed.com/xml/

XML::GXML Install

Run the following, as usual for any Perl module:

perl Makefile.PL
make
make test
make install

Then see the user's guide at docs/index.html

Please let me know if you have any problems, suggestions, or other comments. Email: josh@multipart-mixed.com