Hello everybody,
I have a DOM node (named "listWorkstations") like this:
<Transaction>
<descr>U74601</descr>
<descr>U68111</descr>
<descr>U74600</descr>
<descr>U5544</descr>
<descr>U200000</descr>
<descr>u210000</descr>
</Transaction>
I want to display it in a XMLForm.
I think the <xf:repeat> is a good solution but it doesn't work.
Here is the code:
---code---
<xf:repeat nodeset="/listWorkstations/descr">
<xf:caption>Workstations: </xf:caption>
<xf:textbox ref=".">
<xf:caption>workstation: </xf:caption>
</xf:textbox>
</xf:repeat>
---code---
If someone can help me?
Thank you very much
Sylvain
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>