Hi, It should be a @nodeset attribute on the repeat not a @ref.
On Thu, Jan 10, 2013 at 3:39 AM, Elias Mazur wrote:
>
> http://www.w3.org/1999/xhtml"; xmlns:xf="
> http://www.w3.org/2002/xforms"; xmlns:xsd="http://www.w3.org/2001/XMLSchema
> ">
>
> Test XForms
>
>
>
Hi Alain.
I updated the XPath expression as you suggested and still doesn't seem to
work.
Interesting though, my application has been running fine without the "/"
before the attribute. It works with it as well.
Thanks.
Elias
On Tue, Jan 8, 2013 at 4:22 PM, Alain Couthures <
alain.couthu...@age
Hi Elias,
XPath expressions for attributes are not correct: it should be "id/@seq"
instead of "id@seq"
With these fixed XPath expressions, it sounds it works for me!
-Alain
Le 08/01/2013 22:08, Elias Mazur a écrit :
Hi.
I need to bind an attribute of an element to an integer. This element
Hi.
I need to bind an attribute of an element to an integer. This element is
part of a repeat. Here is what the code looks like:
---
http://www.w3.org/1999/xhtml"; xmlns:xf="
http://www.w3.org/2002/xforms"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
Test XForms