mrglavas    2004/01/29 14:45:50

  Modified:    java/docs dom3.xml
  Log:
  Update DOM L3 docs.
  
  In core, true is supported for the infoset parameter.
  
  whitespace-in-element-content is now element-content-whitespace.
  
  Revision  Changes    Path
  1.15      +2 -7      xml-xerces/java/docs/dom3.xml
  
  Index: dom3.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/dom3.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- dom3.xml  19 Nov 2003 21:20:16 -0000      1.14
  +++ dom3.xml  29 Jan 2004 22:45:50 -0000      1.15
  @@ -37,11 +37,6 @@
        </s2>
   
        <s2 title='Implementation of DOM Level 3 Core'>
  -            <p>Missing functionality:</p>
  -             <ul>
  -               <li><strong>DOMConfiguration "infoset"</strong> parameter - value 
"true" is not supported. </li>
  -             </ul>
  -              
                <p>
                        The <code>parameters</code> supported are:
                </p>
  @@ -103,7 +98,7 @@
                        <li>
                                <strong>infoset</strong>
                                [
  -                             <em>false</em>
  +                             <em>true/false</em>
                                ]
                        </li>
                        <li>
  @@ -131,7 +126,7 @@
                                ]
                        </li>
                        <li>
  -                             <strong>whitespace-in-element-content</strong>
  +                             <strong>element-content-whitespace</strong>
                                [
                                <em>true</em>
                                ]
  
  
  

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

Reply via email to