XML Tools
Useful tools for XML Processing
xmlwf
Top BottomDetermines 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 BottomA validating XML parser. Can validate XML data against a DTD or XSD.
