<p>This task checks XML files are valid (or only well formed). The
<p>This task checks xml files are valid (or only well formed). The
task uses the SAX2 parser implementation provided by JAXP by default
(usually the one that is used by Ant itself), but one can specify any
SAX1/2 parser if needed. Ant ships with Xerces, which is also what is built in
to Java 1.4: XML parsers built into the runtime override Ant's choice.</p>
(probably the one that is used by Ant itself), but one can specify any
SAX1/2 parser if needed.</p>
<p>This task supports the use of nested
<li/><a href="../CoreTypes/xmlcatalog.html"><tt><xmlcatalog></tt></a> elements
<li/><tt><dtd></tt> elements which are used to resolve DTDs and other entities.
<li/><tt><feature></tt> elements which are used to set features. These can be any number of <a href="http://www.saxproject.org/apidoc/org/xml/sax/package-summary.html#package_description">http://xml.org/sax/features/</a>
</p>
<p>This task supports the use of nested <a
href="../CoreTypes/xmlcatalog.html">xmlcatalog</a> elements and/or nested
<tt><dtd></tt> elements which are used to resolve DTDs and entities.</p>