diff --git a/docs/manual/OptionalTasks/xmlvalidate.html b/docs/manual/OptionalTasks/xmlvalidate.html index 5cd4b693e..71ead0e57 100644 --- a/docs/manual/OptionalTasks/xmlvalidate.html +++ b/docs/manual/OptionalTasks/xmlvalidate.html @@ -9,17 +9,14 @@
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.
+(probably the one that is used by Ant itself), but one can specify any +SAX1/2 parser if needed. -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.