elena       2003/01/23 12:21:20

  Modified:    java/docs api.xml dom3.xml faq-general.xml faq-xs.xml
  Log:
  Update documentation before the release
  
  Revision  Changes    Path
  1.10      +3 -3      xml-xerces/java/docs/api.xml
  
  Index: api.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/api.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- api.xml   29 Jan 2002 20:48:21 -0000      1.9
  +++ api.xml   23 Jan 2003 20:21:20 -0000      1.10
  @@ -75,7 +75,7 @@
        Configuration</jump>
       </li>
       <li>
  -     <jump href='javadocs/xni/org/apache/xerces/xni/psvi/package-summary.html'>PSVI 
interfaces</jump>
  +     <jump href='javadocs/xni/org/apache/xerces/xni/psvi/package-summary.html'>PSVI 
interfaces</jump> [<strong>deprecated</strong>]
       </li>
      </ul>
     </ul>
  @@ -83,9 +83,9 @@
   <s2 title='DOM Level 3 API'>
     <p>Includes DOM Level 3 Working Draft APIs:</p>
     <ul>
  -    <li><jump 
href="http://www.w3.org/TR/2001/WD-DOM-Level-3-ASLS-20011025/";>Abstract Schema and 
Load and Save</jump>
  +    <li><jump href="http://www.w3.org/DOM/DOMTR#dom3";>Document Object Model Level 3 
Core</jump>
       </li>
  -    <li><jump href="http://www.w3.org/TR/2001/WD-DOM-Level-3-Core-20010913/";>DOM 
Level 3 Core</jump>
  +    <li><jump href="http://www.w3.org/DOM/DOMTR#dom3";>Document Object Model Level 3 
Load and Save</jump>
       </li>
      </ul>
     <p>
  
  
  
  1.8       +10 -16    xml-xerces/java/docs/dom3.xml
  
  Index: dom3.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/dom3.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- dom3.xml  21 Jan 2003 23:17:01 -0000      1.7
  +++ dom3.xml  23 Jan 2003 20:21:20 -0000      1.8
  @@ -11,8 +11,7 @@
                        The
                        <jump href="http://www.w3.org/DOM/DOMTR#DOML3";>DOM Level 
3</jump>
                        specification is at the stage of
  -                     <strong>Working Draft</strong>
  -                     , which represents work in progress and thus may be
  +                     <strong>Working Draft</strong>, which represents work in 
progress and thus may be
                        updated, replaced, or obsoleted by other documents at any
                        time.
   
  @@ -23,24 +22,18 @@
        </s2>
        <s2 title="Introduction">
                <p>
  -                     The &ParserNameLong; &ParserVersion; contains an 
implementation of a subset of the W3C DOM Level 3 as specified in
  -                     <jump 
href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/";>Core</jump>,
  -                     <jump 
href="http://www.w3.org/TR/2002/WD-DOM-Level-3-LS-20020725/";>Load and Save</jump>
  -                     , and
  -                     <jump 
href="http://www.w3.org/TR/2001/WD-DOM-Level-3-ASLS-20011025/abstract-schemas.html";>Abstract
 Schemas</jump>
  -                     [<strong>deprecated</strong>].
  -
  +                     The &ParserNameLong; &ParserVersion; contains an 
implementation of 
  +                     the Document Object Model Level 3 Core and Document Object 
Model Level 3 Load and Save Working drafts.
  +                     To learn how to program with the DOM Level 3 see <jump 
href="samples-dom.html#DOM3">dom.DOM3</jump> sample.
                </p>
                <p>
  -                     The DOM Level 3 methods for which implementation is not 
provide throw
  -                     <code>DOMException NOT_SUPPORTED_ERR</code>
  -                     exception.
  +                     The DOM Level 3 methods for which implementation is not 
provided throw
  +                     <code>DOMException NOT_SUPPORTED_ERR</code> exception.
                </p>
   
                <note>
                        To find out how to access
  -                     <em>DOM Level 3 functionality</em>
  -                     , please refer to the
  +                     <em>DOM Level 3 functionality</em>, please refer to the
                        <link idref='faq-dom'>FAQ</link>
                        .
                </note>
  @@ -57,8 +50,7 @@
                        </li>
   
                        <li>
  -                             <strong>Document</strong>
  -                             <jump 
href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/core.html#DOMConfiguration";>configuration</jump>
  +                             <strong>DOMConfiguration</strong> 
                                -- using configuration users can set different 
parameters for the Document.
                        </li>
                        <li>
  @@ -224,6 +216,7 @@
                </ul>
   
        </s2>
  +     <!--
        <s2 title='Implementation of DOM Level 3 Abstract Schemas'>
                <p>
                        The implementation of Abstract Schemas is
  @@ -251,4 +244,5 @@
                        sample.
                </note>
        </s2>
  +     -->
   </s1>
  
  
  
  1.30      +2 -1      xml-xerces/java/docs/faq-general.xml
  
  Index: faq-general.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/faq-general.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- faq-general.xml   9 Nov 2002 00:17:11 -0000       1.29
  +++ faq-general.xml   23 Jan 2003 20:21:20 -0000      1.30
  @@ -93,7 +93,7 @@
     </a>
    </faq> 
   
  - 
  +<!-- 
   <faq title='PSVI'>
     <q>How do I get access to the PSVI?</q>
     <a>
  @@ -105,6 +105,7 @@
   <note>Xerces only produces light-weight  PSVI.</note>
     </a>
    </faq>
  + -->
    
   
    <faq title='International Encodings'>
  
  
  
  1.4       +1 -0      xml-xerces/java/docs/faq-xs.xml
  
  Index: faq-xs.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/faq-xs.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- faq-xs.xml        21 Nov 2002 17:32:56 -0000      1.3
  +++ faq-xs.xml        23 Jan 2003 20:21:20 -0000      1.4
  @@ -124,6 +124,7 @@
   
     <faq title="Accessing PSVI via DOM">
       <q>How do I access PSVI via DOM?</q>
  +    <anchor name="dom3-psvi"/>
       <a> <p>Use  
        <jump href="">http://apache.org/xml/properties/dom/document-class-name</jump> 
property
        to set <code>org.apache.xerces.dom.PSVIDocumentImpl</code> document 
  
  
  

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

Reply via email to