diff --git a/docs/manual/OptionalTasks/xmlvalidate.html b/docs/manual/OptionalTasks/xmlvalidate.html index 0fd36ba7b..8b8052a36 100644 --- a/docs/manual/OptionalTasks/xmlvalidate.html +++ b/docs/manual/OptionalTasks/xmlvalidate.html @@ -53,19 +53,48 @@
Attribute | +Description | +Required | +
publicId | +Public ID of the DTD to resolve | +Yes | +
location | +Location of the DTD to use, which can be a file, + a resource, or a URL | +Yes | +
<xmlvalidate file="toto.xml"/> - <xmlvalidate failonerror="no" lenient="yes" warn="yes" - classname="org.apache.xerces.parsers.SAXParser" > - classpath="lib/xerces.jar"> - <fileset dir="src" includes="style/*.xsl"/> - </xmlvalidate> +<xmlvalidate failonerror="no" lenient="yes" warn="yes" + classname="org.apache.xerces.parsers.SAXParser" > + classpath="lib/xerces.jar"> + <fileset dir="src" includes="style/*.xsl"/> +</xmlvalidate> + +<xmlvalidate file="struts-config.xml" warn="false"> + <dtd publicId="-//Apache Software Foundation//DTD Struts Configuration 1.0//EN" + location="struts-config_1_0.dtd"/> +</xmlvalidate>
Copyright © 2001 Apache Software Foundation. All rights +
Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.