From 8634424bc9cd71568cfeef15f2b8b9965c04ef68 Mon Sep 17 00:00:00 2001
From: Gintas Grigelionis
Date: Thu, 8 Mar 2018 08:21:30 +0100
Subject: [PATCH] Unclutter
---
manual/Tasks/xmlvalidate.html | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
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.