RE: Applying custom style sheets before logicsheets [HELP!]

2001-12-16 Thread giacomo
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

RE: Applying custom style sheets before logicsheets [HELP!]

2001-12-16 Thread Luca Morandini
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

RE: Applying custom style sheets before logicsheets [HELP!]

2001-12-16 Thread Wolfram Eisert
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