How to use xxforms:call-xpl()???

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

How to use xxforms:call-xpl()???

Sathish K Mittapelli
Hi all
Can anybody tell me in detail how to use xxforms:call-xpl() in XSL.I am using this function in widget.xsl to create my Custom component.In this i want to get the data from database to be stored in to a instance by calling the xpl.
 
THANKS & REGARDS
SATHISH K MITTAPELLI  



Meet people who discuss and share your passions. Join 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
Reply | Threaded
Open this post in threaded view
|

Re: How to use xxforms:call-xpl()???

Hank Ratzesberger
Sathish,

AFAIK, you cannot.  But try including the xxforms namespace
xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" and perhaps
it is indeed available as an XSL extension.

However, it is described as a Forms extension, so I think
it is only available in xforms processing. The XSL transformation
occurs at the server before the page is delivered to the client.
Then at the client, the various xforms events like
xforms-model-construct-done and xforms-ready.

http://www.orbeon.com/ops/doc/reference-xforms-2#ops-extensions

Cheers,
Hank

On Apr 17, 2008, at 3:23 AM, sathish kumar wrote:

> Hi all
> Can anybody tell me in detail how to use xxforms:call-xpl() in  
> XSL.I am using this function in widget.xsl to create my Custom  
> component.In this i want to get the data from database to be stored  
> in to a instance by calling the xpl.
>
> THANKS & REGARDS
> SATHISH K MITTAPELLI
>
>
> Meet people who discuss and share your passions. Join 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
Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
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: How to use xxforms:call-xpl()???

Erik Bruchez
Administrator
In reply to this post by Sathish K Mittapelli
This is an XForms extension function. You can't call it from XSLT.

What you have to do is generate XForms which then, upon xforms-ready  
or xforms-model-construct-done, runs a submission and/or calls  
xxforms:call-xpl().

-ERik

On Apr 17, 2008, at 3:23 AM, sathish kumar wrote:

> Hi all
> Can anybody tell me in detail how to use xxforms:call-xpl() in XSL.I  
> am using this function in widget.xsl to create my Custom  
> component.In this i want to get the data from database to be stored  
> in to a instance by calling the xpl.
>
> THANKS & REGARDS
> SATHISH K MITTAPELLI
>
>
> Meet people who discuss and share your passions. Join 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
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



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