# HG changeset patch # User paulb # Date 1128554680 0 # Node ID 51318c520887c95e39efbcac70bd4f33357410dc # Parent c39d3a893d28071c72c07abe2c18d3e0212e750f [project @ 2005-10-05 23:24:40 by paulb] Updated the release notes. diff -r c39d3a893d28 -r 51318c520887 README.txt --- a/README.txt Wed Oct 05 23:11:35 2005 +0000 +++ b/README.txt Wed Oct 05 23:24:40 2005 +0000 @@ -50,18 +50,24 @@ are observed (in some cases, at least). * Fixed stylesheet and reference document paths so that libxslt should not now become confused by ambiguous relative paths. + * Added expression parameters to XSLOutput.Processor so that in-document + data can be used to, for example, initialise multiple-choice field values. * Added input/initialiser support so that input documents can be tidied or initialised using information from the template. + * Added template:init for use with template:element in XSLForms to control + element initialisation where necessary. * Added special high-level "macro" attributes (eg. template:attribute-field) which should make templates easier to write and maintain. - * Added XMLCalendar and XMLTable (to the XSLTools package). + * Added template:if to XSLForms, providing conditional output of annotated + elements. + * Added element-path and url-encode XSLForms extension functions. + * Improved Unicode support in the XSLForms extension functions. * Changed in-page requests to contain proper POST data. * Updated the code to work with WebStack 1.0 changes and adopted the new-style WebStack demonstration mechanism. + * Added XMLCalendar and XMLTable (to the XSLTools package). * Added a dictionary (or word lookup) example application. - * Added template:if to XSLForms. - * Added element-path and url-encode XSLForms extension functions. - * Improved Unicode support in the XSLForms extension functions. + * Added a job candidate profile (or CV editor) example application. * Added Debian package support. * Added missing COPYING.txt file. * Renamed the scripts to avoid naming issues in system-wide installations.