# HG changeset patch # User paulb # Date 1126308313 0 # Node ID d44b15be82a4ef0855287a8c9ae8b23596d6f6d9 # Parent fc74737438544cded49237740f936861dd3d09e6 [project @ 2005-09-09 23:25:13 by paulb] Updated release notes, adding details of new extension functions and the dictionary example. diff -r fc7473743854 -r d44b15be82a4 README.txt --- a/README.txt Fri Sep 09 23:20:01 2005 +0000 +++ b/README.txt Fri Sep 09 23:25:13 2005 +0000 @@ -48,11 +48,14 @@ Made a new XSLTools package and moved XSLOutput into it. Added XMLCalendar and XMLTable (to the XSLTools package). Changed in-page requests to contain proper POST data. +Updated the code to work with WebStack 1.0 changes. +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 Debian package support. Added missing COPYING.txt file. Renamed the scripts to avoid naming issues in system-wide installations. -Added template:if to XSLForms. -Updated the code to work with WebStack 1.0 changes. Notes on In-Page Update Functionality -------------------------------------