From c4b1bed3b6dda60444688c398126ca6164c45fe3 Mon Sep 17 00:00:00 2001
From: Steve Loughran This task checks XML files are valid (or only well formed). The
+ 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.XMLValidate
Description
-
This task supports the use of nested -
<xmlcatalog> elements - <dtd> elements which are used to resolve DTDs and other entities. - <feature> elements which are used to set features. These can be any number of http://xml.org/sax/features/ - +This task supports the use of nested xmlcatalog elements and/or nested +<dtd> elements which are used to resolve DTDs and entities.
Attribute | @@ -87,19 +84,14 @@ to Java 1.4: XML parsers built into the runtime override Ant's choice.