Hi,
 
I am using XMLForms and want to create a list of items where one of the fields is a hyperlink to a detail form of such an item. The problem is that there's no unique identifier for an item, so I want to pass the index within the list to the detail form. How do I do that?
 
Looking at XForms, I figured something like:
 
<xf:repeat nodeset="/data/items/item">
   <a href="">
      <xf:output ref="value" />
   </a>
</xf:repeat>
 
But there is no xf:index() function in XMLForms? Any idea how to implement this?
 
Thanks in advance for any help,
Michel de Blok
 


Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

Reply via email to