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/05/09 05:32:11 UTC

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

mrglavas    2005/05/08 20:32:11

  Modified:    java/docs faq-xni.xml
  Log:
  XIncludeAwareParserConfiguration is now the default parser configuration. Updating the docs accordingly.
  
  Revision  Changes    Path
  1.11      +3 -3      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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- faq-xni.xml	30 Jul 2004 22:17:34 -0000	1.10
  +++ faq-xni.xml	9 May 2005 03:32:11 -0000	1.11
  @@ -1,6 +1,6 @@
   <?xml version='1.0' encoding='UTF-8'?>
   <!--
  - * Copyright 2002-2004 The Apache Software Foundation.
  + * Copyright 2002-2005 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -130,8 +130,8 @@
        <td>Extends DTDConfiguration by adding support for XML schema validation.</td>
       </tr>
       <tr>
  -     <td>XIncludeParserConfiguration</td>
  -     <td>Extends the default configuration by providing experimental support
  +     <td>XIncludeAwareParserConfiguration</td>
  +     <td>Extends XML11Configuration by providing support 
            for XInclude. See the XInclude <link idref='faq-xinclude'>FAQ</link>.
        </td>
       </tr>
  
  
  

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