Re: Writing nodes with xsp

2003-06-16 Thread morten svanæs
Hi, thanks ! Works fine ! Regards Morten Svanaes - Original Message - From: "Holger Dewes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 4:07 PM Subject: Re: Writing nodes with xsp > Try this: > > > > fooString.value

Re: Writing nodes with xsp

2003-06-16 Thread Geoff Howard
String, int, int) Seems like I can't have expr inside param, is this fact ? If so how can I write a dynamic element name ? Morten Svanaes - Original Message - From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 3:24 PM Sub

Re: Writing nodes with xsp

2003-06-16 Thread Holger Dewes
can I write a dynamic element name ? Morten Svanaes - Original Message - From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 3:24 PM Subject: Re: Writing nodes with xsp xsp:element see http://wiki.cocoondev.org/Wiki.jsp?pa

Re: Writing nodes with xsp

2003-06-16 Thread morten svanæs
- Original Message - From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 3:24 PM Subject: Re: Writing nodes with xsp > xsp:element see http://wiki.cocoondev.org/Wiki.jsp?page=XSPSyntax > > Geoff > > At 11:1

Re: Writing nodes with xsp

2003-06-16 Thread Geoff Howard
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 < 10; x++) { nodenamex } Result would then be

Writing nodes with xsp

2003-06-16 Thread morten svanæs
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 < 10; x++) {     nodenamex }   Result would then be:             etc...     Morten Svanaes