Re: Re: XForm to update my XML files in the backend
Posted by
SD on
Apr 28, 2011; 3:17pm
URL: https://discuss.orbeon.com/XForm-to-update-my-XML-files-in-the-backend-tp3472381p3481328.html
Hi Tinkerer,
Setting up eXist can be done either within the app server which has Orbeon in it (within the same app server eXist can lie either inside Orbeon or outside, I have it outside, so on tomcat the path to eXist would be /webapps/eXist) or it can be done on a standalone server. Once set create a new DB, and collections with appropriate permissions.
eg: A typical GET submission looks as follows
replace="instance" instance="INSTANCE_TO_BE_REPLACED">
</xforms:submission>
Treat the above code is a function and to call this you require a
<xforms:send ev:event="xforms-ready" submission="SUBMIT_ID"/> (Note the xforms:send requires an event handler to run)
parameters written in CAPS are to be replaced by your local parameters.
Hope this helps
regards
--SD
--
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