Hello Mark, ... of ... (v. ... Thanks for that. The download site should have made more clear that you need IE 6, SP 1, which will give you a version number of...
Alison, ... but ... Just a quick thing that might solve your problem - our implementation of the latest changes to the model/instance elements is slightly ...
Mark I have applied the service pack, and the examples on the web site work beautifully now, thanks. I am still having a problem with forms that use a...
Mark, ... Glad to hear it. ... Yes, this has been fixed. It will be available in a forthcoming release. For now you will need to use the prefix 'xforms' for...
Hello, I am using the Forms Player (www.formsplayer.com) processor in an IE browser to render my XForms pages, but have run into a problem. I have a form which...
I gave up and started other projects. So not a lot of progress. I had eventually realized that I could also use the insert method, but it still wasn't...
Excuse me, I did not realize yahoo would post the form right below the message (which doesn't help you any). Check the messages again by tomorrow and I shall...
This is perhaps an obvious question, but the answer is escaping me... I have an XForm that's generated from an XML file, and I've created the UI to edit...
James ... you didn't attach anything! Mark Birbeck Co-author Professional XML and Professional XML Meta Data, both by Wrox Press Managing Director x-port.net...
Hello Alison, ... Although you can use PUT, it will depend on your server whether it will actually process it. FormsPlayer will package up the HTTP request for...
Thanks for the help. My IT people insisted on POST, so I just wrote a little PHP script to write the raw data to a file: $fp = fopen( $filename,"w+"); fwrite (...
Are there any known problems with the switch/case functionality? If I have a set like this: <xforms:switch> <xforms:case id="test1" selected="false"> something...
I have attempted to use FormsPlayer with SVG, but I never really pondered before if it works with SVG. Now presumably if it works with XHTML it should work...
I am trying to interface with Amazon web services, part of the instance data returned is a url pointing to an image. Example <ProductInfo> <Details .... > ...
Hi Francisco, ... The easiest way is to use xforms:output, and create the correct XHTML. For example: <xforms:output ref="concat('<img src=',...
... Thanks for your faith Mark ... but unfortunately there was one place where some of the XPath context was inadvertantly hard-coded. This is corrected in the...
Hello Mark Thanks for your prompt reply. On a side note if you plan on releasing another version of FormsPlayer with bind and calculate then I will wait until...
Thanks Francisco. Mark Birbeck Co-author Professional XML and Professional XML Meta Data, both by Wrox Press Managing Director x-port.net Ltd. 4 Pear Tree...
I need to do some initialisation after the XForms Model has been initialized. I have the the following <xforms:model> <xforms:instance> ... </xforms:instance ...
I was able to get the put method on the xforms:submission tag to work writing to the filesystem(file://... in action field). However, I have not been able to...
I would like to be able to access the unparsed XML data thru script. Many web sercices offer you the facility (IE Amazon) to recieve XHTML or XML data. What I...
Thanks for this nice plugin. I try to use it for application but I've a litte problem in the file generated at the (save) submission (in the exemple...
Hi I downloaded the latest formplayer (15 Jan) and tried running a test which I new worked without data bindings. As per the latest plugin it says that...
Hi Francisco, You seem to have too many occurrences of the same model item property. Here ... But then here you try to bind another @calculate and @relevant to...