Unlimited freedom, unlimited storage. Get it now -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Hi , first go for simple Hello world example which is well explained in orbeon site. http://www.orbeon.com/ops/xforms-hello/ and its explaination at. http://www.orbeon.com/ops/doc/intro-tutorial. then go for http://www.orbeon.com/ops/forms/ in which they are saving the xforms in eXist database. You can also visit. http://www.ibm.com/developerworks/xml/library/x-xformstiplocal/index.html and //www.xml.com/pub/a/2003/12/30/xforms.html Manish Suriya Mailto: [hidden email] Website: http://www.tcs.com ____________________________________________ Experience certainty. IT Services Business Solutions Outsourcing ____________________________________________
Unlimited freedom, unlimited storage. Get it now -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: [hidden email] For general help: [hidden email] OW2 mailing lists service home page: http://www.ow2.org/wws ForwardSourceID:NT00007086 =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Hi all,
I've experienced a problem with xxforms:choose /
xxforms:if, the orbeon engine simply said "Invalid element in XForms document: xxforms:choose". But it seems
being supported by Orbeon. Any suggestions?
Thanks. Frank
The model:
----------------------
...
<vra:location type=""><vra:name type="geographic"/> <vra:name type=""/> <vra:refid type="accession"/> </vra:location> ... The xform:
------------------------
...
<xforms:repeat nodeset="vra:name" id="work_location_name-repeat"><xxforms:choose> <xxforms:when test="position()=1"> <p class="vra-content"> <xforms:input ref="."> <xforms:label class="vra-label">Location (geo...)</xforms:label> <xforms:help>Geographic location, e.g. Paris,London</xforms:help> </xforms:input> </p> </xxforms:when> <xxforms:otherwise> <p class="vra-content"> <xforms:input ref="."> <xforms:label class="vra-label">Location (repo...)</xforms:label> <xforms:help>Repository or owner (e.g. Musee du Louvre)</xforms:help> </xforms:input> </p> <p class="vra-content"> <xforms:select1 ref="@type[position()=last()]" appearance="full"> <xforms:label class="vra-label">Type</xforms:label> <xforms:help>Location Type</xforms:help> <xforms:itemset nodeset="instance('data-dict')/work/location/name/types/type"> <xforms:label ref="@label"/> <xforms:value ref="@value"/> </xforms:itemset> </xforms:select1> </p> </xxforms:otherwise> </xxforms:choose> </xforms:repeat> ...
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
In reply to this post by manish_suriya
Add more friends to your messenger and enjoy! Invite them now. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
On Tue, Sep 30, 2008 at 8:42 AM, asephian <[hidden email]> wrote:
> Thanks for the examples.but I think I have not explain very well my problem. > > > First: I have my form by I do not know how to serialize it througth a xpl > process and for save the data into a XML file at user/client computer. > > Second: I do not know how to read the information send by an upload > component to read the xml file uploaded, take the data and fill the empty > form. Form Runner does all this for you. Have you considered using Form Runner? You can enable the save-locally button by changing the oxf.fr.detail.buttons property. See http://wiki.orbeon.com/forms/doc/developer-guide/configuration-properties#TOC-Buttons-on-Detail-Page. Form Runner does something that is more user friendly that just sending the XML data to the user: it creates an HTML file with a form that contains the form data in a hidden input field. When users open the HTML they have saved locally and submit the form, they are taken back to the page on which they were editing the data. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |