tng         2003/01/09 12:15:39

  Modified:    c/doc    program-dom.xml
  Log:
  [Bug 15371] Fix documentation.   The default of schema processing shoud be false.
  
  Revision  Changes    Path
  1.25      +1 -1      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.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- program-dom.xml   6 Jan 2003 21:19:42 -0000       1.24
  +++ program-dom.xml   9 Jan 2003 20:15:39 -0000       1.25
  @@ -1014,7 +1014,7 @@
                   <tr><th 
colspan="2"><em>http://apache.org/xml/features/validation/schema</em></th></tr>
                   <tr><th><em>true:</em></th><td> Enable the parser's schema support. 
 </td></tr>
                   <tr><th><em>false:</em></th><td> Disable the parser's schema 
support. </td></tr>
  -                <tr><th><em>default:</em></th><td> true </td></tr>
  +                <tr><th><em>default:</em></th><td> false </td></tr>
                   <tr><th><em>note</em></th><td> If set to true, namespace processing 
must also be turned on. </td></tr>
                   <tr><th><em>see:</em></th><td>
                   <link anchor="builder-namespaces">namespaces</link>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to