# HG changeset patch # User paulb # Date 1138848550 0 # Node ID c0daa2899995d73995993841d555ffbea470a8d9 # Parent b379745f723f82c505213b44557d976131c973cf [project @ 2006-02-02 02:49:10 by paulb] Added expr-prefix attribute handling in order to ensure that prefixes used in expressions are available throughout the generated stylesheet. diff -r b379745f723f -r c0daa2899995 XSLForms/XSL/Prepare.xsl --- a/XSLForms/XSL/Prepare.xsl Thu Feb 02 02:48:29 2006 +0000 +++ b/XSLForms/XSL/Prepare.xsl Thu Feb 02 02:49:10 2006 +0000 @@ -40,6 +40,11 @@ xmlns:dyn="http://exslt.org/dynamic" extension-element-prefixes="dyn"> + + + + + @@ -296,6 +301,13 @@ + + + + + + +