# HG changeset patch # User paulb # Date 1131998059 0 # Node ID b199834bb3a0e42edd071b5ba0b48859981e8016 # Parent 92fb36d2ad4e122332ce0478a048922af860a832 [project @ 2005-11-14 19:54:19 by paulb] Fixed a reference to the XSLForms.WebResources.XSLFormsResource class. diff -r 92fb36d2ad4e -r b199834bb3a0 README.txt --- a/README.txt Mon Nov 14 19:37:03 2005 +0000 +++ b/README.txt Mon Nov 14 19:54:19 2005 +0000 @@ -62,7 +62,8 @@ * Added template:if to XSLForms, providing conditional output of annotated elements. * Added set_document to XSLForms.Fields.Form. - * Added prepare_parameters to XSLForms.Resources.XSLFormsResource. + * Added prepare_parameters to the XSLFormsResource class in the + XSLForms.Resources.WebResources module. * 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.