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 2004/07/31 00:17:34 UTC

cvs commit: xml-xerces/java/docs faq-xni.xml

mrglavas    2004/07/30 15:17:34

  Modified:    java/docs faq-xni.xml
  Log:
  Add documentation on XML11DTDConfiguration and XML11NonValidatingConfiguration.
  
  Revision  Changes    Path
  1.10      +9 -1      xml-xerces/java/docs/faq-xni.xml
  
  Index: faq-xni.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/faq-xni.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- faq-xni.xml	9 Mar 2004 23:30:33 -0000	1.9
  +++ faq-xni.xml	30 Jul 2004 22:17:34 -0000	1.10
  @@ -137,9 +137,17 @@
       </tr>
       <tr>
        <td>XML11Configuration</td>
  -     <td>Like IntegratedParserConfiguration except that is supports XML 1.1
  +     <td>Like IntegratedParserConfiguration except that it supports XML 1.1
            in addition to XML 1.0.
        </td>
  +    </tr>
  +    <tr>
  +     <td>XML11DTDConfiguration</td>
  +     <td>Like DTDConfiguration except that it supports XML 1.1 in addition to XML 1.0.</td>
  +    </tr>
  +    <tr>
  +     <td>XML11NonValidatingConfiguration</td>
  +     <td>Like NonValidatingConfiguration except that it supports XML 1.1 in addition to XML 1.0.</td>
       </tr>
       <tr>
        <td>XMLGrammarCachingConfiguration</td>
  
  
  

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