[4suite-checkins] In 4Suite/docs/xml/CoreManualSections, files Domlette.xml

Mike Brown mbrown at 4suite.org
Tue Nov 14 17:44:48 MST 2006


Modified Files:
    Domlette.xml

Log Message:
clarify Node.baseURI divergence from DOM & XML Base as per 2005-02-09 discussion on 4suite-dev

ViewCVS diff:
  http://cvs.4suite.org/viewcvs/4Suite/docs/xml/CoreManualSections/Domlette.xml.diff?r1=1.17&r2=1.18
ViewCVS view:
  http://cvs.4suite.org/viewcvs/4Suite/docs/xml/CoreManualSections/Domlette.xml?rev=1.18&content-type=text/vnd.viewcvs-markup

Index: Domlette.xml
===================================================================
RCS file: /var/local/cvsroot/4Suite/docs/xml/CoreManualSections/Domlette.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -U2 -r1.17 -r1.18
--- Domlette.xml	16 Aug 2006 01:29:54 -0000	1.17
+++ Domlette.xml	15 Nov 2006 00:44:47 -0000	1.18
@@ -672,5 +672,8 @@
         <listitem>
           <para>This is the base URI in scope for the target node as a Python
-          unicode string.</para>
+          unicode string. It is read-only and is computed just once, based on
+          the baseURI of the Document that created it. In a divergence from 
+          DOM L3 Core, it does not change its value based on xml:base
+          attributes on the node's current ancestors.</para>
         </listitem>
       </varlistentry>


More information about the 4suite-checkins mailing list