[4suite-checkins] [XML1_0-maint] In 4Suite/Ft/Xml/Xslt,
files BuiltInExtElements.py
Mike Brown
mbrown at 4suite.org
Thu Dec 28 12:23:40 MST 2006
Branch: XML1_0-maint
Modified Files:
BuiltInExtElements.py
Log Message:
clarify in docs that f:dump-keys outputs keys in random order
ViewCVS diff:
http://cvs.4suite.org/viewcvs/4Suite/Ft/Xml/Xslt/BuiltInExtElements.py.diff?r1=1.55.4.1&r2=1.55.4.2
ViewCVS view:
http://cvs.4suite.org/viewcvs/4Suite/Ft/Xml/Xslt/BuiltInExtElements.py?rev=1.55.4.2&content-type=text/vnd.viewcvs-markup
Index: BuiltInExtElements.py
===================================================================
RCS file: /var/local/cvsroot/4Suite/Ft/Xml/Xslt/BuiltInExtElements.py,v
retrieving revision 1.55.4.1
retrieving revision 1.55.4.2
diff -U2 -r1.55.4.1 -r1.55.4.2
--- BuiltInExtElements.py 17 Dec 2006 21:29:25 -0000 1.55.4.1
+++ BuiltInExtElements.py 28 Dec 2006 19:23:40 -0000 1.55.4.2
@@ -4,5 +4,5 @@
Fourthought proprietary XSLT extension elements
-Copyright 2005 Fourthought, Inc. (USA).
+Copyright 2006 Fourthought, Inc. (USA).
Detailed license and copyright information: http://4suite.org/COPYRIGHT
Project home, documentation, distributions: http://4suite.org/
@@ -229,4 +229,7 @@
</zz:KeyDump>
+ zz:Key elements will be in random order.
+ zz:MatchSet elements will be in document order.
+
The node representation will be a copy of each of the nodes,
except for attributes. Attribute nodes matched by the key will
@@ -614,3 +617,2 @@
(FT_EXT_NAMESPACE, 'setup-translations'): SetupTranslationsElement,
}
-
More information about the 4suite-checkins
mailing list