Attribute | Description | Required |
file | the file(s) you want to check. (optionally can use an embedded fileset) | No |
lenient | if true, only check the xml document is well formed (ignored if the specified parser is as SAX1 parser) | No |
classname | the parser to use. | No |
classpathref | where to find the parser class. Optionally can use an embedded classpath element. | No |
failonerror | fails on a error if set to true (defaults to true). | No |
warn | log parser warn events. | No |