cargilld 2004/12/01 08:37:07 Modified: c/doc program-dom.xml program-sax.xml program-sax2.xml Log: Documentation update for behaviour of validate annotations. Revision Changes Path 1.43 +4 -2 xml-xerces/c/doc/program-dom.xml Index: program-dom.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/program-dom.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- program-dom.xml 28 Sep 2004 04:36:05 -0000 1.42 +++ program-dom.xml 1 Dec 2004 16:37:07 -0000 1.43 @@ -608,7 +608,8 @@ <tr><th colspan="2"><em>setValidateAnnotation</em></th></tr> <tr><th><em>true:</em></th><td> Enable validation of annotations. </td></tr> <tr><th><em>false:</em></th><td> Disable validation of annotations. </td></tr> - <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr> </table> <p/> @@ -1316,7 +1317,8 @@ <tr><th><em>true:</em></th><td> Enable validation of annotations. </td></tr> <tr><th><em>false:</em></th><td> Disable validation of annotations. </td></tr> <tr><th><em>default:</em></th><td> false </td></tr> - <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesValidateAnnotations </td></tr> + <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesValidateAnnotations </td></tr> + <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr> </table> <p/> 1.20 +2 -1 xml-xerces/c/doc/program-sax.xml Index: program-sax.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/program-sax.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- program-sax.xml 30 Sep 2004 14:30:23 -0000 1.19 +++ program-sax.xml 1 Dec 2004 16:37:07 -0000 1.20 @@ -385,7 +385,8 @@ <tr><th colspan="2"><em>setValidateAnnotation</em></th></tr> <tr><th><em>true:</em></th><td> Enable validation of annotations. </td></tr> <tr><th><em>false:</em></th><td> Disable validation of annotations. </td></tr> - <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>default:</em></th><td> false </td></tr> + <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr> </table> <p/> 1.26 +2 -1 xml-xerces/c/doc/program-sax2.xml Index: program-sax2.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/program-sax2.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- program-sax2.xml 30 Sep 2004 14:30:23 -0000 1.25 +++ program-sax2.xml 1 Dec 2004 16:37:07 -0000 1.26 @@ -416,7 +416,8 @@ <tr><th><em>true:</em></th><td> Enable validation of annotations. </td></tr> <tr><th><em>false:</em></th><td> Disable validation of annotations. </td></tr> <tr><th><em>default:</em></th><td> false </td></tr> - <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesValidateAnnotations </td></tr> + <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesValidateAnnotations </td></tr> + <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr> </table> <p/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]