Hi Mark, Thanks for all your suggestions. I have tried with xforms-value-changed event. But the result is the same. It is changing the format in instance, but...
Hi Mark, I am facing another problem in implementing repeat functionality. As I am not able to access yahoo groups currently, I am shooting this mail directly...
Andreas, The main thing you need to change is that the 'click' event is not supported in XForms - it was removed quite a while ago, and instead XForms uses...
I am developing forms for a health care organization and would like to use voice recognition within the forms. I am unable to get Dragon to work using...
Hi, I have an XForm with a date field, which I want to autoformat using JavaScript. I am calling a function which formats the date in the instance, and doing a...
Hi, I am new to XForms. I cannot find any proper examples on how to place controls in nicely aligned grid using CSS or tables for layout. Also, how can I...
Kim, If you search the archives you'll see a few posts about this Try searching for - Explicit labelling styling CSS .. and you should find something in the...
Kannan, I've seen this in a form that I've been working on. If you are encountering the same problem I encountered, you may need to "recalculate" the model...
Hi all, I am trying to hide alerts on page load. Would there be a way to capture and cancle an alert trigger, for instance if the value of a select box is...
Hi all, I have an xsd union of a regular expression restriction and a enumeration restriction. Now I want the enumeration values of the xsd to show up in a...
Hi there, I have a schema for my xform that uses xsd attribute "nillable='true' " for some elements. I have an instance with empty elements. When the XForm is...
Can you believe I refinanced my mortage and am saving $394 a month? Check it out... http://edgelending.com/?partid=rcc2 If you dont want to be part of this...
MessageHi Mark, When using the position function within a repeat element it always shows 1, I always thought position() returned the "context position" of the...
Hi all. I have 2 models. I want to copy instance values from first model to instance values in second model. Is it possible, for example, with "setvalue"...
Hi Mark. I have 2 instances in the model: i1, i2, and I use schema s1 to validate i1 when I submit it to somewhere. But I want to submit i2 too. So, I have to ...
Not in the XForms recommendation, at least. You can copy values one tree to another through select or select1 with itemset, but that is a UI operation and...
Here is an interim answer based on the XForms 1.0 recommendation itself, until Mark gets back to you with the FormsPlayer capabilities. It might be that i1 and...
Here is an interim answer based on the XForms 1.0 specification until you get a precise answer on FormsPlayer capabilities. Yes this is possible. You would use...
On your second question, one trick often used is to use the model bind constraint to specify an XPath expression on the node you want restrict, and have it use...
Hi Leigh, The only thing I would add is that an unfortunate omission from the spec is that enumerated values don't automatically become the values of the ...
Hello, I plan to kick off a new XForms Titan Interview series this fall (that is, in about two weeks). Let me know if anyone is interested in volunteering to...
Hi Leigh, Thanks. Unfortuneatey I am not able to type non-listed values into the select box. Do you have a clue why? My code for the select1 box is this: ...
Hi Mark, Yes, I want enumerated values from the xsd to become values of the selection. I guess that this is possible, as an xsd is a valid XML document and...
Hi Mark, I want to add: When I try to access the xsd as source for the select values I get a namespace error from formsPlayer (when applying the xsd: prefix to...