Exist - via Xquery to Orbeon Forms

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Exist - via Xquery to Orbeon Forms

Ihe Onwuka
Hello,

I have written some XQuery stored in eXist to generate my XForms.

I have searched and cannot find information telling me how to
integrate that with Orbeon forms .

What I want is to type my URL to run the Xquery, have the Xquery
retrieved from eXist, generate the XForm which is then rendered in
Orbeon.

How do I install Orbeon and set it up to integrate with eXist in this manner.

ihe


--
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
Reply | Threaded
Open this post in threaded view
|

Re: Exist - via Xquery to Orbeon Forms

Gerrit Boers
Hi Ihe,

You need to include a reference to your exist database in the Orbeon page-flow.xml. Something like this:
<page id="exist" path-info="/([^/]+)" matcher="oxf:perl5-matcher"   view="<a href="http://localhost:8877/art/modules/get-form.xq?form=${1}">http://localhost:8877/art/modules/get-form.xq?form=${1}"/>

The URL must point to your stored xquery. 

Hope this helps.

regards,

Gerrit

On Jun 17, 2012, at 12:55 PM, Ihe Onwuka wrote:

Hello,

I have written some XQuery stored in eXist to generate my XForms.

I have searched and cannot find information telling me how to
integrate that with Orbeon forms .

What I want is to type my URL to run the Xquery, have the Xquery
retrieved from eXist, generate the XForm which is then rendered in
Orbeon.

How do I install Orbeon and set it up to integrate with eXist in this manner.

ihe

--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: [hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws



--
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