[Xsltforms-support] position() does not seem to work
Brought to you by:
alain-couthures
From: ac <ac...@hy...> - 2011-04-21 06:45:42
|
Hi Alain, All, There seems to still be a few things I am missing about XForms. In an XSLTForm, where everything else displays properly, I have a xf:repeat section has below, where the <xf:output value="count(//stratml:Goal)"/> works fine, but the <xf:output ref="position()"/> does not, just all the references to position(). Could you help me see why? Thank you. Regards, Andre ... <h2><hr class="form" align="left"/>Goals (<xf:output value="count(//stratml:Goal)"/>)</h2> <ul> <xf:group> <xf:repeat id="goalrepeat" nodeset="stratml:StrategicPlanCore/stratml:Goal" appearance="compact"> <table> <tr> <td><h3>Goal <xf:output ref="position()"/>:</h3></td> ... |