RE: cinclude usage/alternatives

2006-02-23 Thread Bruyn Bill
Same environment. Haven't yet tried again, but will post results. > -Original Message- > From: Schultz, Gary - COMM [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 1:58 PM > To: 'users@cocoon.apache.org' > Subject: RE: cinclude usage/alternati

RE: cinclude usage/alternatives

2006-02-23 Thread Schultz, Gary - COMM
) the cinclude transformation worked after the xslt transformation. -Original Message- From: Bruyn Bill [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 9:17 AM To: users@cocoon.apache.org Subject: RE: cinclude usage/alternatives Thanks, Lars (and Derek and Sylvain). In the

RE: cinclude usage/alternatives

2006-02-23 Thread Bruyn Bill
> > > ...I end up with the cinclude element itself instead of the pipeline > > results: > > > > > > > > As if the cinclude transform never took place. What did I miss > > there?... > > Might be a wrong cinclude namespace, you should have > > xmlns:incl="http://apache.org/cocoon/include/1.0"; >

Re: cinclude usage/alternatives

2006-02-23 Thread Bertrand Delacretaz
Le 23 févr. 06 à 16:16, Bruyn Bill a écrit : ...I end up with the cinclude element itself instead of the pipeline results: As if the cinclude transform never took place. What did I miss there?... Might be a wrong cinclude namespace, you should have xmlns:incl="http://apache.org/cocoon/i

RE: cinclude usage/alternatives

2006-02-23 Thread Bruyn Bill
> > Thanks, Lars (and Derek and Sylvain). > (Apologies to Bertrand - it was he who offered a response to my initial post, not Sylvain.) <:o| - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: cinclude usage/alternatives

2006-02-23 Thread Bruyn Bill
PROTECTED] > Sent: Tuesday, February 21, 2006 9:35 AM > To: users@cocoon.apache.org > Subject: Re: cinclude usage/alternatives > > > Bruyn Bill wrote: > > For various reasons, I need to retrieve some markup from a remote > > resource, and insert my jx result i

Re: cinclude usage/alternatives

2006-02-21 Thread Lars Huttar
Bruyn Bill wrote: For various reasons, I need to retrieve some markup from a remote resource, and insert my jx result inline. e.g., I have some remote file called wrapper.xhtml that looks like "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.

Re: cinclude usage/alternatives

2006-02-21 Thread Bertrand Delacretaz
Le 21 févr. 06 à 06:01, Bruyn Bill a écrit : For various reasons, I need to retrieve some markup from a remote resource, and insert my jx result inline As mentioned on this thread, you can either a) use map:aggregate to combine this remote resource with your data, and "move" it to the

RE: cinclude usage/alternatives

2006-02-21 Thread Bruyn Bill
21/2006 4:32 AM To: users@cocoon.apache.org Subject: RE: cinclude usage/alternatives Bill Sorry, I still am not sure where the dynamic part is... what I was suggesting was: where "doc-date" might be another pipeline retrieving a static XM

RE: cinclude usage/alternatives

2006-02-21 Thread Derek Hohls
- simple-page2html - http://www.w3.org/1999/XSL/Transform"; xmlns:inc="http://apache.org/cocoon/include/1.0"; xmlns:html="http://www.w3.org/1999/xhtml";> ... ...

RE: cinclude usage/alternatives

2006-02-21 Thread Bruyn Bill
... ... From: Derek Hohls [mailto:[EMAIL PROTECTED] Sent: Tue 2/21/2006 12:04 AM To: users@cocoon.apache.org Subject: Re: cinclude usage/alternatives Bill Just 2c worth of thought from the side. I am not sure I understand your proble

Re: cinclude usage/alternatives

2006-02-20 Thread Derek Hohls
Bill Just 2c worth of thought from the side. I am not sure I understand your problem as a whole... but can you not have a pipeline with an aggregation step in it; one part of the aggregate is the static file below, and the other is a pointer to the pipeline that generates the dynamic data. You