|
Is it possible to do something like
this?
<xsp:logic>
for (int i=0; i<max; i++)
{
<my-logicsheet:do-with-i><xsp:expr>i</xsp:expr></my-logicsheet:do-with-i>
}
</xsp:logic>
The problem is, that I have working logicsheet and
I need prepare a fragment tree to be processed by this logicsheet.
So, my XSP in fact should ganarete (using pure
Java) another XSP with XML Logicsheet 'statments' and that one should be finally
processed (so we process twice) - but I'm not sure if it's a good way of solving
problem. Any idea?
|
- parameter in a pipeline Hubert Trzewik \(Prosystel\)
- parameter in a pipeline Vincent Charlot
- AW: parameter in a pipeline Markus Heussen
- Re: AW: parameter in a pipeline Vincent Charlot
- AW: AW: parameter in a pipe... Markus Heussen
- Re: AW: AW: parameter ... Vincent Charlot
- AW: AW: AW: parame... Markus Heussen
- Re: AW: AW: AW... Vincent Charlot
- AW: AW: AW: AW... Markus Heussen
- Re: parameter in a pipeline Geoff Howard
- Re: XSP, "for" loop, XSP logi... Christopher Painter-Wakefield
