The Sysadmin Notebook  

Sitemap

XML Tools

Useful tools for XML Processing

xmlwf

Top Bottom

Determines if an XML document is well-formed. If the document is well-formed, xmlwf does not output anything. Example usage:

find html/ -name *.html -exec xmlwf {} \;

xmlwf is installed as part of the expat package.

xmllint

Top Bottom

A validating XML parser. Can validate XML data against a DTD or XSD.

xmlstartlet

Top Bottom

saxon

Top Bottom

saxon8

Top Bottom

aelfred

Top Bottom