You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2015/06/08 08:22:39 UTC

ant git commit: Bug 47955: little hint on capitalization

Repository: ant
Updated Branches:
  refs/heads/master 68a0a221b -> 016fa9943


Bug 47955: little hint on capitalization


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/016fa994
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/016fa994
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/016fa994

Branch: refs/heads/master
Commit: 016fa99430748de279f60f23ac10dba884811547
Parents: 68a0a22
Author: Jan Matèrne <jh...@apache.org>
Authored: Mon Jun 8 08:15:30 2015 +0200
Committer: Jan Matèrne <jh...@apache.org>
Committed: Mon Jun 8 08:15:30 2015 +0200

----------------------------------------------------------------------
 manual/Tasks/schemavalidate.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/016fa994/manual/Tasks/schemavalidate.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/schemavalidate.html b/manual/Tasks/schemavalidate.html
index fce3f20..1aac2ef 100644
--- a/manual/Tasks/schemavalidate.html
+++ b/manual/Tasks/schemavalidate.html
@@ -26,7 +26,7 @@
 <h2><a name="schemavalidate">SchemaValidate</a></h2>
 <h3>Description</h3>
 
-<p>This task validates XML files described by an XML Schema.
+<p>This <tt>schemavalidate</tt> task validates XML files described by an XML Schema.
 The task extends the XmlValidate task with XSD-specific features.</p>
 <ol>
 <li>The parser is created validating and namespace aware
@@ -253,7 +253,7 @@ Validate a document against an XML schema. The document does not declare
 any schema itself, which is why the <tt>noNamespaceFile</tt> is needed. 
 <pre>
     &lt;presetdef name="validate-soap"&gt;
-      &lt;schemavalidate &gt;
+      &lt;schemavalidate&gt;
         &lt;schema namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing"
           file="${soap.dir}/ws-addressing.xsd" /&gt;
         &lt;schema namespace="http://www.w3.org/2003/05/soap-envelope"