Leigh,
> We're defining other widgets with XSLTForms.
Very interesting! Maybe some of them could then be integrated in XSLTForms?
> We've found some changes from Claudius Teodorescu are necessary.
Claudius' extensions permitted to study how to improve the config files
for them. Unfortunately, it seems that these extensions are not yet
compatible with the native XML documents use.
> They seem not to have an effect on unmodified XSLTForms and they are
> necessary to write your own widgets.
>
> Changes from xsltforms-dataisland-481.zip
>
>
>
> Subset of changes from exsltforms. See step 4 of installation.txt
> (http://sourceforge.net/projects/extxsltforms).
>
> diff xsltforms-dataisland-481/xsltforms.xsl xsltforms.xsl
>
> 151c151
> < <xsl:copy-of select="$config/extensions/beforeInit"/>
> ---
> > <xsl:copy-of select="$config/extensions/beforeInit/*"/>
> 180c180
> < <xsl:copy-of select="$config/extensions/onBeginInit"/>
> ---
> > <xsl:value-of select="$config/extensions/onBeginInit"/>
> 333c333
> < <xsl:copy-of select="$config/extensions/afterInit"/>
> ---
> > <xsl:copy-of select="$config/extensions/afterInit/*"/>
>
>
Yes, I also considered "onEndInit". Please have a look at r493.
Thanks!
-Alain
|