You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by br...@apache.org on 2006/02/10 11:33:40 UTC

svn commit: r376621 - /cocoon/branches/BRANCH_2_1_X/status.xml

Author: bruno
Date: Fri Feb 10 02:33:39 2006
New Revision: 376621

URL: http://svn.apache.org/viewcvs?rev=376621&view=rev
Log:
CForms: binding: implemented support for a new attribute "jxpath-factory"
(can be used on any binding element) to change the factory used by JXPath
when it needs to create new paths (currently this is fixed to the
DOMFactory). This is useful when using non-DOM, non-bean data models.

Modified:
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=376621&r1=376620&r2=376621&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Fri Feb 10 02:33:39 2006
@@ -180,6 +180,12 @@
   <release version="@version@" date="@date@">
 -->
   <release version="2.1.9" date="TBD">
+    <action dev="BRD" type="add" >
+      CForms: binding: implemented support for a new attribute "jxpath-factory"
+      (can be used on any binding element) to change the factory used by JXPath
+      when it needs to create new paths (currently this is fixed to the
+      DOMFactory). This is useful when using non-DOM, non-bean data models.
+    </action>
     <action dev="JBQ" type="fix" fixes-bug="COCOON-1344" due-to="Jonas Ekstedt" due-to-email="ekstedt@ibg.uu.se">
       CForms: call dispose() on every DatatypeBuilder if needed
     </action>