About igpp.xml

The igpp.xml is a collection of Java classes to simplify processing of XML files. It contains a set of command-line tools that are easier to use than other common XML processing tools like xmllint and other tools found in < href=http://xmlsoft.org">libxml2.

This package contains the following command-line tools:

prettyxmlConverts XML to pretty XML.
toxhtmlConverts an HTML file into a compliant XHTML file.
topdfConvert an XHTML file into a PDF file.
transformTransform an XML file using a stylesheet (XSL).
xmlgrepAn XML aware grep tool that can search for elements (tags) that match a pattern as well as search the content of elements (tags) that match a pattern.<