xsp:element see http://wiki.cocoondev.org/Wiki.jsp?page=XSPSyntax

Geoff

At 11:13 AM 6/16/2003, you wrote:
Hi,
Is there a solution for making nodes with xsp.
Without using xslt transforamtions on the xsp.

I want to do something like:
for(int x=0; x &lt 10; x++)
{
    <xsp:node>nodename<xsp:expr>x</xsp:expr></xsp:node>
}

Result would then be:
<doc>
    </nodename0>
    </nodename1>
    etc...

</doc>

Morten Svanaes





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to