On Sun, 16 Dec 2001, Wolfram Eisert wrote:
The right approach to this problem is to restructure the testdb.xsl as a
logicsheet and register it in the cocoon.xconf file.
Giacomo
> Hi,
>
> you can first build your xsp in a seperate pipeline and use
> this result as a source for your serverpages-p
Wolfram,
I implemented the idea of dinamycally building XSPs from XSLs, and I built
an example, which I can provide to anyone interested.
On the other hand, generating XSP on-the-fly means XSP gets compiled every
time it is called, with obvious performance penalties.
Since XSP has these limitat
Hi,
you can first build your xsp in a seperate pipeline and use
this result as a source for your serverpages-processing.
Example:
Hope this helps!
Wol