 |
|
Innovation award
 Nominee: 1x
Winner: 1x |
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
 September 2009
Winner
Prize: One copy of the Zend Studio |
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 |
| There are not enough user ratings to display for this class. |
| Link |
Description |
| Debug XML Documents |
How to find out where is the problem with your XML document?... |
| |
Applications that use this class |
|
|

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