Can you help me out with this.

This works:
<input type="text" value="#{$inneritem}"></input>

This doesn't
<textarea>#{$inneritem}</textarea>

Or it does actually work, but the result in a) is "xxx" and in b) <tagname>xxx</tagname>

What I am doing this template is to create an html page out of xml derived from CForms binding. Guess this would have been easier with XSL.. So the idea is to initialize form controls with values from XML elements, not with the whole XML elements.

- mika -

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to