Hello,
I've searched all over for this, and found nothing
so I'd thought I'd ask here.
Is there any equivalent of the XSLT current()
function in XForms for use in a repeat structure?
Example of what I'm trying to do in XForms,
using current() as if it were in XSLT:
<xforms:instance id="main">
<instance>
<something ref="1"/>
</instance>
</xforms:instance>
<xforms:instance id="lookup">
<instance>
<anotherthing id="1">One</anotherthing>
</instance>
</xforms:instance>
<xforms:repeat nodeset="instance('main')/something">
<xforms:group ref="instance('lookup')/anotherthing[@id=current()/@ref]">
<xforms:output ref="."/>
</xforms:group>
</xforms>
or does anyone knows how I can lookup stuff from within a
repeat structure?
Cheers
- Mark Gibson
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws