kpiroumian 2002/11/13 14:52:10
Modified: . changes.xml
Log:
New i18n implementation.
New input module for system (environment) variables.
According samples updated.
Revision Changes Path
1.281 +19 -1 xml-cocoon2/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/changes.xml,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- changes.xml 11 Nov 2002 14:20:50 -0000 1.280
+++ changes.xml 13 Nov 2002 22:52:09 -0000 1.281
@@ -40,6 +40,24 @@
</devs>
<release version="@version@" date="@date@">
+ <action dev="KP" type="add">
+ Added SystemPropertyModule input module to enable environment variables
+ in sitemap attributes. E.g.:
+ <map:transform src="{system-property:user.home}/style.xsl">
+ </action>
+ <action dev="KP" type="add">
+ Added resource bundle component interfaces to allow different
+ implementations to be used for i18n.
+ </action>
+ <action dev="KP" type="update" due-to="Matthieu Sozeau"
due-to-email="[EMAIL PROTECTED]">
+ Extended implementation of i18n transformer to allow markup in translations,
+ inline translations (conditional processing) and named parameters.
+ Now i18n transformer is cachable, this will affect on dynamic markup,
+ e.g. i18n:date-time.
+
+ WARN: The namespace of i18n markup is changed to
"http://apache.org/cocoon/i18n/2.1".
+ i18n samples are updated to demonstrate the new features.
+ </action>
<action dev="IAI" type="update">
XMLForm Howto to reflect the fact that there is no
need for manual handling of unchecked check-boxes.
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]