> Where should we go then? IMHO a XSLT stylesheet with custom XSLT
> extension should work well.
>
> Stylesheet for the view could be
>
> ...
> <xsl:template match="result">
> <html>
> <body>
> ...
> <ww:value-of select="/ww-expr/goes/here" />
> ...
> <ww:for-each select="/ww-expr/goes/here">
> ...
> <ww:value-of select="." />
> ...
> </ww:for-each>
> </xsl:template>
>
> Whereas the xslt engine uses custom handlers for the <ww:xxx> tags.
> IIRC XSLT2.0 will specifiy a standard way to register XSLT extension.

This seems to be a feasible way to go for WW. Additionally, I'll try to put
up some WW XSP-Taglib for C2 integration, as XSLT exts are not "allowed"
there.

    Sven....



_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to