Aggregation sample

2002-04-19 Thread Volker Schneider
Hi colleagues, does anybody have a simple aggregation sample where two xml files from filesystem are aggregated together? I always get an error message stylesheet directed termination. Documentation says aggregation is simple - I don't think so... Best regards - Volker

RE: Aggregation sample

2002-04-19 Thread TREGAN Fabien
There is an aggregate sample : http://localhost:8080/cocoon/news/aggregate.xml search for map:match pattern=news/aggregate.xml in the sitemap, you'll find a sample. you can replaces lines like : map:part element=news ns=http://foo.bar.com/slashdot; src=cocoon:/news/slashdot.xml/

RE: Aggregation sample

2002-04-19 Thread Luca Morandini
://utenti.tripod.it/lmorandini/index.html - -Original Message- From: Volker Schneider [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 9:24 AM To: [EMAIL PROTECTED] Subject: Aggregation sample Hi colleagues, does anybody have a simple aggregation

Re: Aggregation sample

2002-04-19 Thread Torsten Curdt
On Fri, 19 Apr 2002, Volker Schneider wrote: Hi colleagues, does anybody have a simple aggregation sample where two xml files from filesystem are aggregated together? Did you have a look into the samples yet? aggregate part ... part ... /aggregate set up a internal pipeline

Re: Aggregation sample

2002-04-19 Thread KOZLOV Roman
/what_you_want.xsl/ map:serialize/ /map:match Best regards Roman Volker Schneider wrote: Hi colleagues, does anybody have a simple aggregation sample where two xml files from filesystem are aggregated together? I always get an error message stylesheet directed termination. Documentation says

RE: Aggregation sample

2002-04-19 Thread Volker Schneider
). Maybe you can help me? Thank you, best regards - Volker - -Original Message- From: Torsten Curdt [mailto:[EMAIL PROTECTED]] Sent: Freitag, 19. April 2002 09:35 To: [EMAIL PROTECTED] Subject: Re: Aggregation sample On Fri, 19 Apr 2002, Volker Schneider wrote: Hi colleagues, does

RE: Aggregation sample

2002-04-19 Thread TREGAN Fabien
Unzip the attached file in [cocoon_home]/samples/[anydir]/ goto http://localhost:8080/cocoon/samples/[anydir]/sample.xml it _is_ simple :) fabien. agrsample.zip Description: Binary data - Please check that your question

RE: Aggregation sample

2002-04-19 Thread Torsten Curdt
On Fri, 19 Apr 2002, Volker Schneider wrote: Hi Torsten, I have the following pipeline: map:match pattern=Agg map:aggregate element=site map:part type=file element=part1 src=prototyp/part1.xml/ map:part type=file element=part2 src=prototyp/part2.xml/

RE: Aggregation sample

2002-04-19 Thread Matthieu Benéteau
: Torsten Curdt [mailto:[EMAIL PROTECTED]] Sent: Freitag, 19. April 2002 09:35 To: [EMAIL PROTECTED] Subject: Re: Aggregation sample On Fri, 19 Apr 2002, Volker Schneider wrote: Hi colleagues, does anybody have a simple aggregation sample where two xml files from filesystem

Re: Aggregation sample

2002-04-19 Thread Olivier Rossel
Anyway, check the logs for better information about the stylesheet directed termination error, most probably there is a typo in your sitemap. BTW, it seems that the error reporting of Cocoon could be improved. Why doesn't the error page mention the text of the exception? It is available in

RE: Aggregation sample - I see: it's really simple

2002-04-19 Thread Volker Schneider
serializer it's really simple. Sorry for that, best regards - Volker - -Original Message- From: Torsten Curdt [mailto:[EMAIL PROTECTED]] Sent: Freitag, 19. April 2002 10:11 To: [EMAIL PROTECTED] Subject: RE: Aggregation sample On Fri, 19 Apr 2002, Volker Schneider wrote: Hi Torsten, I have

RE: Aggregation sample

2002-04-19 Thread Volker Schneider
Hi Matthieu, yes, you are very right. Thank you, best regards - Volker - -Original Message- From: Matthieu Benéteau [mailto:[EMAIL PROTECTED]] Sent: Freitag, 19. April 2002 10:25 To: [EMAIL PROTECTED] Subject: RE: Aggregation sample Hi Volker, I have the following pipeline

RE: Aggregation sample

2002-04-19 Thread Luca Morandini
[mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 10:25 AM To: [EMAIL PROTECTED] Subject: Re: Aggregation sample Anyway, check the logs for better information about the stylesheet directed termination error, most probably there is a typo in your sitemap. BTW, it seems

RE: Aggregation sample

2002-04-19 Thread Vadim Gritsenko
- From: Volker Schneider [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 9:24 AM To: [EMAIL PROTECTED] Subject: Aggregation sample Hi colleagues, does anybody have a simple aggregation sample where two xml files from filesystem are aggregated together? I always get an error

RE: Aggregation sample

2002-04-19 Thread Vadim Gritsenko
From: Olivier Rossel [mailto:[EMAIL PROTECTED]] Anyway, check the logs for better information about the stylesheet directed termination error, most probably there is a typo in your sitemap. BTW, it seems that the error reporting of Cocoon could be improved. Why doesn't the error

RE: Aggregation sample

2002-04-19 Thread Luca Morandini
- -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 3:21 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Aggregation sample From: Luca Morandini [mailto:[EMAIL PROTECTED]] Volker, here's the example you