results of transformation effected by components.xsl

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

results of transformation effected by components.xsl

ilangostl
Hi
I am trying to understand the purpose of the XSL file components.xsl for the form builder.
To me, it appears that it converts the XForm built in the builder directly to html and not to any intermediate XForm that has <:table> </table> in it. Is that understanding right?

The reason for my asking this question was as follows:
Alex had pointed out to me about the utility of components.xsl in the context of converting the XForm generated by the builder into an XForm that can be loaded up in the normal XForm sandbox?
I am interested in applying this transformation, and the preferred method to do it?

thanks




--
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: results of transformation effected by components.xsl

richhl
have you seen this message and thread http://mail-archive.ow2.org/ops-users/2008-05/msg00599.html

greetings,

rich

On Thu, 29 May 2008 10:32:37 -0400
XGuy <[hidden email]> wrote:

> Hi
> I am trying to understand the purpose of the XSL file components.xsl for the
> form builder.
> To me, it appears that it converts the XForm built in the builder directly
> to html and not to any intermediate XForm that has <:table> </table> in it.
> Is that understanding right?
>
> The reason for my asking this question was as follows:
> Alex had pointed out to me about the utility of components.xsl in the
> context of converting the XForm generated by the builder into an XForm that
> can be loaded up in the normal XForm sandbox?
> I am interested in applying this transformation, and the preferred method to
> do it?
>
> thanks


--
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: Re: results of transformation effected by components.xsl

ilangostl
Hi Rich
Thanks for pointing this out to me. The scenario outlined by you is exactly what I am looking at.
Erik's hack for us is as below (?):
Check the "Edit document" page flow entry for the Form Runner app. You would have to create a new page flow entry for the export. You pretty much want the same functionality as this, except you don't want the XForms engine to run on the output. You could create just a page model putting together the "Edit document" page model and view, and then serialize that out yourself instead of going through the epilogue.

Have you been able to accomplish Erik's hack?

thanks
i



On Thu, May 29, 2008 at 11:03 AM, Richard C. Hidalgo Lorite <[hidden email]> wrote:
have you seen this message and thread http://mail-archive.ow2.org/ops-users/2008-05/msg00599.html

greetings,

rich

On Thu, 29 May 2008 10:32:37 -0400
XGuy <[hidden email]> wrote:

> Hi
> I am trying to understand the purpose of the XSL file components.xsl for the
> form builder.
> To me, it appears that it converts the XForm built in the builder directly
> to html and not to any intermediate XForm that has <:table> </table> in it.
> Is that understanding right?
>
> The reason for my asking this question was as follows:
> Alex had pointed out to me about the utility of components.xsl in the
> context of converting the XForm generated by the builder into an XForm that
> can be loaded up in the normal XForm sandbox?
> I am interested in applying this transformation, and the preferred method to
> do it?
>
> thanks


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




--
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: Re: Re: results of transformation effected by components.xsl

richhl
On Thu, 29 May 2008 11:19:29 -0400
XGuy <[hidden email]> wrote:

> Hi Rich
> Thanks for pointing this out to me. The scenario outlined by you is exactly
> what I am looking at.
> Erik's hack for us is as below (?):

yes

> Check the "Edit document" page flow entry for the Form Runner app. You would
> have to create a new page flow entry for the export. You pretty much want
> the same functionality as this, except you don't want the XForms engine to
> run on the output. You could create just a page model putting together the
> "Edit document" page model and view, and then serialize that out yourself
> instead of going through the epilogue.
>
> Have you been able to accomplish Erik's hack?
>
> thanks
> i
not yet...if you do it please share findings & code ;-)

i'm not planning doing that until next week

regards,

rich


--
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: Re: Re: Re: results of transformation effected by components.xsl

ilangostl
Hi Rich
I will share with you any findings and code on this issue.

thanks
ilango

On Thu, May 29, 2008 at 11:25 AM, Richard C. Hidalgo Lorite <[hidden email]> wrote:
On Thu, 29 May 2008 11:19:29 -0400
XGuy <[hidden email]> wrote:

> Hi Rich
> Thanks for pointing this out to me. The scenario outlined by you is exactly
> what I am looking at.
> Erik's hack for us is as below (?):

yes

> Check the "Edit document" page flow entry for the Form Runner app. You would
> have to create a new page flow entry for the export. You pretty much want
> the same functionality as this, except you don't want the XForms engine to
> run on the output. You could create just a page model putting together the
> "Edit document" page model and view, and then serialize that out yourself
> instead of going through the epilogue.
>
> Have you been able to accomplish Erik's hack?
>
> thanks
> i

not yet...if you do it please share findings & code ;-)

i'm not planning doing that until next week

regards,

rich


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




--
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: results of transformation effected by components.xsl

Erik Bruchez
Administrator
In reply to this post by ilangostl
> I am trying to understand the purpose of the XSL file components.xsl  
> for the form builder.
> To me, it appears that it converts the XForm built in the builder  
> directly to html and not to any intermediate XForm that has <:table>  
> </table> in it. Is that understanding right?

The output of the components.xsl transformation contains XHTML AND  
XForms. Some of the XForms markup comes from the input form, and some  
is added by components.xsl.

-Erik

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

Re: results of transformation effected by components.xsl

ilango_g
In reply to this post by richhl
I am sorry about the text in bold caps. That was not intended.

ilango
Richard C. Hidalgo Lorite wrote
have you seen this message and thread http://mail-archive.ow2.org/ops-users/2008-05/msg00599.html

greetings,

rich

On Thu, 29 May 2008 10:32:37 -0400
XGuy <ilangocal@gmail.com> wrote:

> Hi
> I am trying to understand the purpose of the XSL file components.xsl for the
> form builder.
> To me, it appears that it converts the XForm built in the builder directly
> to html and not to any intermediate XForm that has <:table>
 in it.
> Is that understanding right?
>
> The reason for my asking this question was as follows:
> Alex had pointed out to me about the utility of components.xsl in the
> context of converting the XForm generated by the builder into an XForm that
> can be loaded up in the normal XForm sandbox?
> I am interested in applying this transformation, and the preferred method to
> do it?
>
> thanks


--
You receive this message as a subscriber of the ops-users@ow2.org mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
For general help: mailto:sympa@ow2.org?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: results of transformation effected by components.xsl

ilango_g
In reply to this post by Erik Bruchez
Hi Erik
Just trying to understand the transformation process in greater depth.
Do you apply the transformation (of components.xsl) through a pipeline file and if so which pipeline file is that?

ilango

Erik Bruchez wrote
> I am trying to understand the purpose of the XSL file components.xsl  
> for the form builder.
> To me, it appears that it converts the XForm built in the builder  
> directly to html and not to any intermediate XForm that has <:table>  
>
 in it. Is that understanding right?

The output of the components.xsl transformation contains XHTML AND  
XForms. Some of the XForms markup comes from the input form, and some  
is added by components.xsl.

-Erik

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the ops-users@ow2.org mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
For general help: mailto:sympa@ow2.org?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: re sults of transformation effected by components.xsl

Erik Bruchez
Administrator
html-view.xpl.

-Erik

On May 29, 2008, at 8:15 PM, ilango_g wrote:

>
> Hi Erik
> Just trying to understand the transformation process in greater depth.
> Do you apply the transformation (of components.xsl) through a  
> pipeline file
> and if so which pipeline file is that?
>
> ilango
>
>
> Erik Bruchez wrote:
>>
>>> I am trying to understand the purpose of the XSL file components.xsl
>>> for the form builder.
>>> To me, it appears that it converts the XForm built in the builder
>>> directly to html and not to any intermediate XForm that has <:table>
>>> </table> in it. Is that understanding right?
>>
>> The output of the components.xsl transformation contains XHTML AND
>> XForms. Some of the XForms markup comes from the input form, and some
>> is added by components.xsl.
>>
>> -Erik
>>
>> --
>> 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
>>
>>
>
> --
> View this message in context: http://www.nabble.com/results-of-transformation-effected-by-components.xsl-tp17537463p17542521.html
> Sent from the ObjectWeb OPS - Users mailing list archive at  
> Nabble.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
--
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