You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by lg...@apache.org on 2005/12/25 16:39:22 UTC

svn commit: r358978 - /cocoon/trunk/status.xml

Author: lgawron
Date: Sun Dec 25 07:38:55 2005
New Revision: 358978

URL: http://svn.apache.org/viewcvs?rev=358978&view=rev
Log:
status update

Modified:
    cocoon/trunk/status.xml

Modified: cocoon/trunk/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/status.xml?rev=358978&r1=358977&r2=358978&view=diff
==============================================================================
--- cocoon/trunk/status.xml (original)
+++ cocoon/trunk/status.xml Sun Dec 25 07:38:55 2005
@@ -175,6 +175,11 @@
   <!-- These are the changes from the last 2.1.x version. -->
  <changes>
   <release version="@version@" date="@date@">
+    <action dev="LG" type="add">
+      New syntax for jx:attribute tag: apart from &lt;jx:atttribute name="text" value="abc"/&gt; one can do:
+      &lt;jx:atttribute name="text"&gt;abc&lt;/jx:attribute&gt; This is most useful for nesting jx:* tags:
+      &lt;jx:attribute name="value"&gt;&lt;jx:formatDate value="${date}" pattern="dd MMMM yyyy" locale="pl_PL"/&gt;&lt;/jx:attribute&gt;
+    </action>
     <action dev="AN" type="fix">
       XSP block: Reintroduce locally scoped xspAttr in xsp.xsl to improve backwards compatibility for pre-2.1.9
       logicsheets.  (Suggestion by Vadim Gritsenko).
@@ -243,7 +248,7 @@
     </action>
     <action dev="CZ" type="fix">
       Fix a huge memory leak in error pipelines that was caused by unreleased components.
-    </action>     
+    </action>
     <action dev="CZ" type="update">
       Remove deprecated emptyAttributes from the AbstractSAXTransformer.
     </action>
@@ -261,7 +266,7 @@
      and Map getAttributes() for Session and Context.
    </action>
    <action dev="LG" type="update">
-     Removed o.a.c.generation.JXTemplateGenerator from core. 
+     Removed o.a.c.generation.JXTemplateGenerator from core.
      Introduced o.a.c.template.jxtg.JXTemplateGenerator as the official templating language.
      New commands available: &lt;jx:call macro="${macroName"}/&gt;
      and &lt;jx:attribute name="${attributeName}" value="${attributeValue}"/&gt;