Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 65143 invoked by uid 500); 13 Nov 2002 22:52:11 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 65134 invoked by uid 500); 13 Nov 2002 22:52:11 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 13 Nov 2002 22:52:10 -0000 Message-ID: <20021113225210.22682.qmail@icarus.apache.org> From: kpiroumian@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2 changes.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 @@ + + Added SystemPropertyModule input module to enable environment variables + in sitemap attributes. E.g.: + <map:transform src="{system-property:user.home}/style.xsl"> + + + Added resource bundle component interfaces to allow different + implementations to be used for i18n. + + + 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. + XMLForm Howto to reflect the fact that there is no need for manual handling of unchecked check-boxes. ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org