Innovation Award
 September 2009
Winner |
XML parsers process XML documents but usually they fail when they find the first malformation error. This is not useful if you need to find out all errors that a XML document may have.
This class provides a more fault tolerant solution to check XML documents, as it does not exit on the first malformation error that it finds in a XML document being checked.
Manuel Lemos |
Debug XML documents without parsing it. Pre-validation code!
This is specially good when there are structural errors that might break your code if parsed or, in many cases, validated.
Checks for:
* unclosed or unopened tags
* attributes consistency
| Not yet rated by the users |

If you know an application of this package, send a message to the
author to add a link here.