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
 
 

Reply via email to