mrglavas 2004/12/15 20:09:02 Modified: java/docs samples-sax.xml Log: Update description of options for SAX samples. Revision Changes Path 1.8 +21 -0 xml-xerces/java/docs/samples-sax.xml Index: samples-sax.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/samples-sax.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- samples-sax.xml 25 Feb 2004 16:22:44 -0000 1.7 +++ samples-sax.xml 16 Dec 2004 04:09:02 -0000 1.8 @@ -98,6 +98,13 @@ </td> </tr> <tr> + <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>-dv | -DV</td> <td> Turn on/off dynamic validation.<br/> @@ -180,6 +187,13 @@ </td> </tr> <tr> + <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>-dv | -DV</td> <td> Turn on/off dynamic validation.<br/> @@ -231,6 +245,13 @@ <td>-f | -F</td> <td> Turn on/off Schema full checking.<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/> <strong>NOTE:</strong> Requires use of -s and not supported by all parsers. </td> </tr>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]