diff --git a/WHATSNEW b/WHATSNEW index 1b39c2ec5..02a73c91d 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -55,6 +55,7 @@ Fixed bugs: Other changes: -------------- +* Docs fixes for xmlvalidate.html. Bugzilla Report 27092. Changes from Ant 1.6.0 to Ant 1.6.1 ============================================= diff --git a/docs/manual/OptionalTasks/xmlvalidate.html b/docs/manual/OptionalTasks/xmlvalidate.html index c6d64740f..3c1d95b9a 100644 --- a/docs/manual/OptionalTasks/xmlvalidate.html +++ b/docs/manual/OptionalTasks/xmlvalidate.html @@ -9,15 +9,18 @@
This task checks xml files are valid (or only well formed). The +
This task checks that XML files are valid (or only well formed). The task uses the SAX2 parser implementation provided by JAXP by default (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 entities. - <attribute> elements which are used to set features on the parser. These can be any number of http://xml.org/sax/features/ or other features that your parser may support. ++<dtd> is used to specify different locations for DTD resolution. +
Attribute | @@ -84,14 +89,14 @@ SAX1/2 parser if needed.
The xmlcatalog -element is used to perform Entity resolution.
+The <xmlcatalog> +element is used to perform entity resolution.
The attribute element is used to set SAX Parser features. -There can an arbitrary amount of attribute set as defined here: - http://xml.org/sax/features/ +
The <attribute> element is used to set SAX Parser features. +There can be any number of attributes set, as defined here: + http://xml.org/sax/features/ A feature essentialy changes the mode of the parser. -<attribute> an attribute is used to set specific features on the parser. +
Attribute |