diff --git a/manual/Tasks/xmlvalidate.html b/manual/Tasks/xmlvalidate.html index fe3572b26..9a74c5963 100644 --- a/manual/Tasks/xmlvalidate.html +++ b/manual/Tasks/xmlvalidate.html @@ -192,8 +192,7 @@ error, rather than halt the build.
<xmlvalidate failonerror="no"> <fileset dir="${project.dir}" includes="**/*.xml"/> <xmlcatalog> - <dtd - publicId="-//ArielPartners//DTD XML Article V1.0//EN" + <dtd publicId="-//ArielPartners//DTD XML Article V1.0//EN" location="com/arielpartners/knowledgebase/dtd/article.dtd"/> </xmlcatalog> </xmlvalidate> @@ -220,14 +219,11 @@ automatically enabled, and makes it easy to add a list of schema files/URLs to a </path> </pathconvert> -<xmlvalidate file="xml/endpiece-noSchema.xml" lenient="false" - failonerror="true" warn="true"> - <attribute name="http://apache.org/xml/features/validation/schema" - value="true"/> +<xmlvalidate file="xml/endpiece-noSchema.xml" lenient="false" failonerror="true" warn="true"> + <attribute name="http://apache.org/xml/features/validation/schema" value="true"/> <attribute name="http://xml.org/sax/features/namespaces" value="true"/> - <property - name="http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation" - value="${xsd.file}"/> + <property name="http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation" + value="${xsd.file}"/> </xmlvalidate>Validate the file xml/endpiece-noSchema.xml against the schema xml/doc.xsd.