

                                           XMLSTARLET USER'S GUIDE

                                  see also http://xmlstar.sourceforge.net/




1. BASIC COMMAND LINE OPTIONS
====================================================

xml --help



2. Select/Query XML documents
====================================================

xml sel --help



3. Editing XML documents
====================================================

xml ed --help



4. Using XSLT to transform XML documents
====================================================

xml tr --help



5. Formatting XML documents
====================================================

xml fo --help



6. Validating XML documents
====================================================

xml val --help



7. Displaying structure of XML documents
====================================================

xml el --help




8. Escape/Unescape special XML characters
====================================================

xml esc --help




9. List directory as XML
====================================================

xml ls --help




10. XML canonicalization
====================================================

xml c14n --help




11. Convert XML into PYX format (based on ESIS - ISO 8879)
====================================================

xml pyx --help




12. Examples:
====================================================

Input1
examples/xml/table.xml



Input2
examples/xml/tab-obj.xml



Input3
examples/html/hello1.html



Input4
examples/sgml/docbook1.sgml



Stylesheet1
examples/xsl/sum1.xsl



Stylesheet2
examples/xsl/hello1.xsl



Stylesheet3
examples/xsl/param1.xsl





