[4suite-checkins] [XML1_0-maint] In
4Suite/docs/xml/CoreManualSections, files Domlette.xml
Mike Brown
mbrown at 4suite.org
Tue Nov 14 17:43:37 MST 2006
Branch: XML1_0-maint
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.17.2.1
ViewCVS view:
http://cvs.4suite.org/viewcvs/4Suite/docs/xml/CoreManualSections/Domlette.xml?rev=1.17.2.1&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.17.2.1
diff -U2 -r1.17 -r1.17.2.1
--- Domlette.xml 16 Aug 2006 01:29:54 -0000 1.17
+++ Domlette.xml 15 Nov 2006 00:43:37 -0000 1.17.2.1
@@ -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