hi, i have a table of two nested repeat elements ('r1' and 'r2') and i would like to highlight the current line (referring to the index of the outer repeat...
Hi Andrea, Yes, that's the problem with not having the 'child of' CSS selector. Have you tried setting the style of the index on the nested repeat to 'undo'...
Hi Kurt, The part at the end that you have called 'personsmall.xsd' is not a schema -- is that a cut-and-paste error? If not, then it definitely won't work. ...
The following XForm fails to work: Fatal Error: xforms-binding-exception Error occured trying to bind to model-id or XPath statement "q" XPath syntax error ...
Steven This is a restriction in MSXML parser using this combination. Since FormsPlayer uses MSXML then the error should occur. Francisco The information in...
Hi, I am a bit of a novice at this, so hope I haven't missed anything obvious. I am trying to allow alternative entry at a combo box - using "selection=open"...
I'm sorry for the length of this message, but I wanted to be as complete as possible so you'd know what I was asking about. I'm trying to build an XForm that...
I think that almost solves my problem, but I still have one issue. What if the XML file that is loaded in has a dealer with 5 cars in it and then that dealer...
In one of x-port's examples (I think either the FOAF or blog one) there is an example of a repeating delete. Basically you use a trigger action to delete the...
I get it. I never would have thought of that. I think you just saved my butt! I was totally stuck on this problem and was about to tell my boss it couldn't...
Jonathan, Andy is right that the only way to do looping in XForms 1.0 is to use xf:delete with events -- this is used in the RSS newsreader. You'll see a link...
Hello All, This question comes time and time again. We overcame this caveat by aligning XForms to BPEL (Business process Engineering language). We used the...
Hi Francisco, An interesting post. I can see the motivation for using BPEL and I did look into it a while back. In particular, we have been working on using...
Hi Mark, Actually when we said we have aligned BPEL with XForms what it was meant to convey was we took the most important structured activities like While,...
Hi Francesco, ... to convey ... since ... I understood that, which is why I was saying I don't think it's right to just cherry-pick, since it can lead to...
I am trying to copy from one instance to another using xf:duplicate and I am having some trouble with the instance function in my xpath. If I use the instance...
Hi Kurt, The instance function actually gives you the first element (or document element) not the document itself. So, if you have an expression like this: ...
hi people, i am quite a newbie. i am using xforms in a cocoon application and i have "formsplayer" for xforms. so i have a problem with this submission. it...
I knom it os bad to reply to you own post but I have a correction: instance('instPerson') returns the root node which is ib:person. I tried: <xf:duplicate...
Hi Mark, Following our recent topic about Business processing using XForms, at this URL http://www.dependencymodel.com/XFormBPEL/examples/bpelswitch.html We...
I have a section in one of my xforms where the user has a choice of 12 different interfaces. I want to use a switch statement. Rather than have 12 triggers...
Hi Jonathan, xf:toggle only works with IDREFs. That was done on purpose, and if you want to use the instance to control your data, you'll find it much easier...
Hi Mark, While XForms syntax does support the structured and graph based programming paradigm it is complex and error prone even for somebody like me who has ...
I think you are exactly right, Francisco...but why not put it on the Wiki! I know that Micah Dubinko is also very interested in this area, so he will hopefully...
Mark, Ok, how do I get info onto the Wiki? The 2 areas my company is currently involved in is 1) Business Process management and XForms 2)XForms in SOA, and...
Hi Francisco, The Wiki is at: <http://www.xforms-wiki.com/> I've put a link under "Getting Started by Application Type", called XformsAndWorkflow. We'll...