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/07/26 21:45:39 UTC

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

mrglavas    2005/07/26 12:45:39

  Modified:    java/docs faq-dom.xml
  Log:
  Adding a note about what happened to the org.apache.xerces.dom3 package.
  
  Revision  Changes    Path
  1.19      +10 -1     xml-xerces/java/docs/faq-dom.xml
  
  Index: faq-dom.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/faq-dom.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- faq-dom.xml	18 Jun 2005 18:22:59 -0000	1.18
  +++ faq-dom.xml	26 Jul 2005 19:45:39 -0000	1.19
  @@ -189,7 +189,16 @@
     <faq title="Accessing the DOM Level 3 API">
       <q>How do I access the DOM Level 3 functionality?</q>
       <a>    <anchor name="dom3"/>
  -     <p>The DOM Level 3 functionality is now exposed by default since Xerces-J 2.7.0</p> 
  +     <p>
  +      The DOM Level 3 functionality is now exposed by default since Xerces-J 2.7.0.
  +     </p>
  +     <p>
  +      The experimental interfaces which were once present in the <code>org.apache.xerces.dom3</code>
  +      package no longer exist. This package existed primarily so that the DOM Level 2
  +      and DOM Level 3 implementations in Xerces-J 2.6.2 and prior could co-exist. Code which
  +      depended on the <code>org.apache.xerces.dom3</code> must be modified to use the official
  +      DOM Level 3 API located in the <code>org.w3c.dom.*</code> packages.
  +     </p> 
        <p>For more information, refer to the <link idref='dom3'>DOM Level 3 
   	Implementation</link> page.
        </p>    
  
  
  

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