Hi, > In addition, for implementations that support it, you can also use XML > Schema types, which are quite powerful. Thanks for the answers. I have a difficulty with types. I have an input form, where I'd like to accept integers only. The field is optional. However, if I precise its type to be "xsd:integer", the field becomes required since an empty field is not an integer. So the field must be filled otherwise the form cannot be sent :( Here is what I tried: <xforms:bind nodeset="/data/number" type="xsd:integer" required="false()" /> However, required="false()" has no effect. How to set it optional? Thanks, LaszloReceived on Wednesday, 17 December 2008 21:04:42 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:37:58 UTC