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:52:14 UTC

svn commit: r329530 - /xerces/java/trunk/docs/samples-sax.xml

Author: mrglavas
Date: Sat Oct 29 22:52:12 2005
New Revision: 329530

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

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

Modified: xerces/java/trunk/docs/samples-sax.xml
URL: http://svn.apache.org/viewcvs/xerces/java/trunk/docs/samples-sax.xml?rev=329530&r1=329529&r2=329530&view=diff
==============================================================================
--- xerces/java/trunk/docs/samples-sax.xml (original)
+++ xerces/java/trunk/docs/samples-sax.xml Sat Oct 29 22:52:12 2005
@@ -98,6 +98,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/>
@@ -208,6 +215,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/>
@@ -291,9 +305,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>
@@ -301,6 +315,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