You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/10/30 06:59:00 UTC

svn commit: r329535 - /xerces/java/trunk/docs/samples-dom.xml

Author: mrglavas
Date: Sat Oct 29 22:58:58 2005
New Revision: 329535

URL: http://svn.apache.org/viewcvs?rev=329535&view=rev
Log:
Update description of options for DOM samples.

Modified:
    xerces/java/trunk/docs/samples-dom.xml

Modified: xerces/java/trunk/docs/samples-dom.xml
URL: http://svn.apache.org/viewcvs/xerces/java/trunk/docs/samples-dom.xml?rev=329535&r1=329534&r2=329535&view=diff
==============================================================================
--- xerces/java/trunk/docs/samples-dom.xml (original)
+++ xerces/java/trunk/docs/samples-dom.xml Sat Oct 29 22:58:58 2005
@@ -109,6 +109,13 @@
      </td>
     </tr>
     <tr>
+     <td>-hs | -HS</td>
+     <td>
+      Turn on/off honouring of all schema locations.<br/>
+      <strong>NOTE:</strong> Requires use of -s and not supported by all parsers.
+     </td>
+    </tr>
+    <tr>
      <td>-va | -VA</td>
      <td>
       Turn on/off validation of schema annotations.<br/>
@@ -187,6 +194,13 @@
      </td>
     </tr>
     <tr>
+     <td>-hs | -HS</td>
+     <td>
+      Turn on/off honouring of all schema locations.<br/>
+      <strong>NOTE:</strong> Requires use of -s and not supported by all parsers.
+     </td>
+    </tr>
+    <tr>
      <td>-va | -VA</td>
      <td>
       Turn on/off validation of schema annotations.<br/>
@@ -261,9 +275,9 @@
      </td>
     </tr>
     <tr>
-     <td>-ga | -GA</td>
+     <td>-hs | -HS</td>
      <td>
-      Turn on/off generation of synthetic schema annotations.<br/>
+      Turn on/off honouring of all schema locations.<br/>
       <strong>NOTE:</strong> Requires use of -s and not supported by all parsers.
      </td>
     </tr>
@@ -271,6 +285,13 @@
      <td>-va | -VA</td>
      <td>
       Turn on/off validation of schema annotations.<br/>
+      <strong>NOTE:</strong> Requires use of -s and not supported by all parsers.
+     </td>
+    </tr>
+    <tr>
+     <td>-ga | -GA</td>
+     <td>
+      Turn on/off generation of synthetic schema annotations.<br/>
       <strong>NOTE:</strong> Requires use of -s and not supported by all parsers.
      </td>
     </tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org