RE: Source aggregation by XInclude

2002-12-20 Thread DURDINA Michal
: Wednesday, December 18, 2002 2:48 PM To: [EMAIL PROTECTED] Subject: RE: Source aggregation by XInclude You coulde try the caching version of the cinclude transformer in place of the non-caching xinclude transformer. See http://xml.apache.org/cocoon/userdocs/transformers/cinclude-tr

Re: Source aggregation by XInclude

2002-12-19 Thread Joerg Heinicke
Timothy Larson wrote: You coulde try the caching version of the cinclude transformer in place of the non-caching xinclude transformer. See http://xml.apache.org/cocoon/userdocs/transformers/cinclude-transformer.html The only problem I see is that the cinclude transformer does not seem to have the

Re: Source aggregation by XInclude

2002-12-19 Thread Andrew C. Oliver
Joerg Heinicke wrote: Timothy Larson wrote: You coulde try the caching version of the cinclude transformer in place of the non-caching xinclude transformer. See http://xml.apache.org/cocoon/userdocs/transformers/cinclude-transformer.html The only problem I see is that the cinclude

RE: Source aggregation by XInclude

2002-12-18 Thread DURDINA Michal
=some_other_stylesheet.xsl/ map:serialize type=xml/ /map:match Cocoon 2.0.3. Thanks for help. Michal -Original Message- From: Timothy Larson [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 5:18 PM To: [EMAIL PROTECTED] Subject: Re: Source aggregation by XInclude You can

RE: Source aggregation by XInclude

2002-12-18 Thread Timothy Larson
You coulde try the caching version of the cinclude transformer in place of the non-caching xinclude transformer. See http://xml.apache.org/cocoon/userdocs/transformers/cinclude-transformer.html The only problem I see is that the cinclude transformer does not seem to have the xpath features that

Source aggregation by XInclude

2002-12-16 Thread URDINA Michal
Hello, In Cocoon 1.8 we used xinclude for aggregation of our xsp sources. Now in C2, xsp is generator and xinclude is transformer, therefore xinclude cannot precede xsp to prepare sources for it. Is there any working technique how to compose sources for xsp generator from more than one file?

Re: Source aggregation by XInclude

2002-12-16 Thread Timothy Larson
You can use the cocoon:/ protocol to do this: map:match pattern=some_page.xsp map:generate src=some_file.xml/ map:transform src=some_stylesheet.xsl/ map:serialize type=xml/ /map:match map:match pattern=some_page.html map:generate src=cocoon:/some_page.xsp type=serverpages/