problem with tutorial sitemap processing

2002-04-19 Thread Horst Rutter
This concerns the sitemap file for the tutorial: Did anybody notice this with Cocoon 2.0.2 and JDK1.4: Inside the action set whenever gets processed, the form gets validated ok but the dbAdd action is skipped! I verified the actual dbAdd works when I comment out the form action. The

RE: Logicsheet declaration bug?

2002-04-19 Thread Jeremy Crosbie
I figured the tongue was somewhere in cheek. It is just hard to tell over email ;) -Original Message- From: Vadim Gritsenko To: [EMAIL PROTECTED] Sent: 4/19/2002 8:58 PM Subject: RE: Logicsheet declaration bug? > From: Jeremy Crosbie [mailto:[EMAIL PROTECTED]] > > Yeah, I noticed that i

RE: Logicsheet declaration bug?

2002-04-19 Thread Vadim Gritsenko
> From: Jeremy Crosbie [mailto:[EMAIL PROTECTED]] > > Yeah, I noticed that in the logicsheet.xsp but it wasn't obvious nor > documented, at least not as far as I could tell. Why is this considered a > 'feature'? Because that is "legacy" behavior which I left intact? ;) Nevermind. I fixed this i

RE: Logicsheet declaration bug?

2002-04-19 Thread Kenny Chow
I had tried both processing instructions (xml-logicsheet and xsp:logicsheet) but the latter one failed due to the fact that I didn't know it has to be placed "directly" after the tag. I am thankful that you pointed that out. And I think this approach (using xsp:logicsheet) is preferable since it

Can't login to sunshine portal demo

2002-04-19 Thread Ken Bannister
I receive the error below when attempting to login as 'guest' to the sunspot portal demo in the samples. I am running the latest CVS source under Tomcat 4.0.1 on Sun JDK 1.3 on RedHat 7.1. Any help appreciated, Ken Bannister ERROR (2002-04-19) 17:46.48:074[sitemap](/cocoon/sunspotdemo-portl

RE: Logicsheet declaration bug?

2002-04-19 Thread Jeremy Crosbie
Yeah, I noticed that in the logicsheet.xsp but it wasn't obvious nor documented, at least not as far as I could tell. Why is this considered a 'feature'? > -Original Message- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 19, 2002 4:56 PM > To: [EMAIL PROTECTED]

RE: Logicsheet declaration bug?

2002-04-19 Thread Vadim Gritsenko
> From: Jeremy Crosbie [mailto:[EMAIL PROTECTED]] > > Here is an XSP with a logicsheet declaration using a processing instruction > that works fine: > > > > xmlns:xsp="http://apache.org/xsp"; > xmlns:esql="http://apache.org/cocoon/SQL/v2"; > xmlns:movies="http://www.go2.com/movies

RE: Logicsheet declaration bug?

2002-04-19 Thread Jeremy Crosbie
By the way: Win2k, Cocoon 2.0.2, jdk1.3.1_02 > > > -Original Message- > > From: Jeremy Crosbie > > Sent: Friday, April 19, 2002 4:47 PM > > To: [EMAIL PROTECTED] > > Subject: Logicsheet declaration bug? > > > > Here is an XSP with a logicsheet declaration using a processing > > instruct

Logicsheet declaration bug?

2002-04-19 Thread Jeremy Crosbie
Here is an XSP with a logicsheet declaration using a processing instruction that works fine: http://apache.org/xsp"; xmlns:esql="http://apache.org/cocoon/SQL/v2"; xmlns:movies="http://www.go2.com/movies However using an element below fails to recognize the logicshe

RE: passing request parameters to xsl using cocoon 2.x

2002-04-19 Thread Vadim Gritsenko
> From: Zachary A Lendon [mailto:[EMAIL PROTECTED]] > > In using the syntax: > http://www.somesite.com/page.xml?param1=test > > and having an associated xsl stylesheet with: > > > ="http://www.w3.org/1999/XSL/Transform"; xmlns:xsp > ="http://www.apache.org/1999/XSP/Core";> > > > .. > > >

Problems bootstrapping an Avalon Component

2002-04-19 Thread Shawn Hainsworth
I have written a simple Avalon Component, consisting of an Interface: public interface FSOLEnvironment extends Component { String ROLE = "com.cooley.fsol.sys.FSOLEnvironment"; } and a Component Class, whose only purpose is to retrieve the path to an xml config file and call loadConfigura

Re: FragmentExtractor

2002-04-19 Thread Stephan Michels
On Fri, 19 Apr 2002, Ricardo Trindade wrote: > Hi, > > I've searched the docs and lists about this without success, so here goes : > > I have a database query (executed with sqltransformer) that returns xml > with products and embedded image binaries. (they're blobs in the DB) > >

RE: Session handling cocoon - servlet - stylesheet solved

2002-04-19 Thread Chitharanjan Das
Thanks for the effort... 1 question though, did U have to register the servlet in the web.xml. Id so could U hust show the listing of your web.xml as well.. Regds, Chiths -Original Message- From: Franosch, Heike [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 1:56 AM To: [EMAIL

passing request parameters to xsl using cocoon 2.x

2002-04-19 Thread Zachary A Lendon
In using the syntax: http://www.somesite.com/page.xml?param1=test and having an associated xsl stylesheet with: http://www.w3.org/1999/XSL/Transform"; xmlns:xsp ="http://www.apache.org/1999/XSP/Core";> .. I am getting the page to render (in html) but am not getting the request parameter val

FW: ANOTHER TEST - DO NOT REPLY

2002-04-19 Thread William Bagby
Title: FW: ANOTHER TEST - DO NOT REPLY -Original Message- From: William Bagby [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 4:29 PM To: Cocoon Users Mailing List (E-mail) Subject: ANOTHER TEST - DO NOT REPLY PLAIN TEXT

ANOTHER TEST - DO NOT REPLY

2002-04-19 Thread William Bagby
Title: ANOTHER TEST - DO NOT REPLY PLAIN TEXT

TEST - PLEASE DO NOT REPLY

2002-04-19 Thread William Bagby
Title: TEST - PLEASE DO NOT REPLY PLAIN TEXT

Upgrading 1.8.2 to 2.0.2

2002-04-19 Thread William Bagby
Title: Upgrading 1.8.2 to 2.0.2 Sorry to keep sending this, Outlook keeps insisting on sending HTML e-mails... -- I have looked in the mailing lists, to no avail, please forgive me if these questions have been answ

How to use a WebApp named something other than "cocoon" in We blog ic?

2002-04-19 Thread William Bagby
Title: How to use a WebApp named something other than "cocoon" in We blog ic? I configured a webapp call MyWebApp in Weblogic and un-war'ed the files. I did the same with webapp cocoon. I have been unable to get Cocoon 2 running as a WAR file, even as cocoon.war, Weblogic simply doesn't like

Problems with XSP when upgrading 1.8.2 -> 2.0.2

2002-04-19 Thread William Bagby
Title: Problems with XSP when upgrading 1.8.2 -> 2.0.2 I have looked in the mailing lists, to no avail, please forgive me if these questions have been answered already   I have upgraded Cocoon 1.8.2 to Cocoon 2.0.2. Here's my setup:   Cocoon 2.0.2 Weblogic 6.0sp2 Solaris 2.6 (Sparc)

RE: Cocoon cache hash clash

2002-04-19 Thread Stephen Ng
>If you have time, you can try to analyze the whole caching picture, including aggregation, sources, and C/X includes. Ha! No, not yet. Maybe after I've used Cocoon a little longer I'll be more comfortable tackling it. Meanwhile I will put in my little object check in my code so I don't worry

RE: Cocoon cache hash clash

2002-04-19 Thread Vadim Gritsenko
> From: Stephen Ng [mailto:[EMAIL PROTECTED]] > > So CacheValidity objects should always take an extra Object parameter, > which contains the string or whatever key is being hashed. The isValid > function would then not just do its usual validity checking, it should > also check the equality of

RE: LiveSites updates

2002-04-19 Thread Vadim Gritsenko
> From: Candide Kemmler [mailto:[EMAIL PROTECTED]] > > Hi, > > I've sent an announce one week ago for two new LiveSites entries: > > http://www.belfoot.tv/ > http://www.elysee.tv/ They've got their way into CVS. > However the LiveSites page on the cocoon web site has not yet been > updated.

RE: Cocoon cache hash clash

2002-04-19 Thread Vadim Gritsenko
> From: Stephen Ng [mailto:[EMAIL PROTECTED]] > > I'm confused by coocoon caching--what if I have use HashUtil in my > generateKey, and two different pages/request happen to generate the same > hash key? Won't cocoon erroneously return the same page from the cache? Only if validity matches. But

RE: Problems with XSP when upgrading 1.8.2 -> 2.0.2

2002-04-19 Thread Vadim Gritsenko
Try sending plain text email. It might help - not everybody reads HTML. Vadim -Original Message- From: William Bagby [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 11:42 AM To: Cocoon Users Mailing List (E-mail) Subject: Problems with XSP when upgrading 1.8.2 -> 2.0.2 Sending

RE: if XSL templates includes another one, then updating the second one will not be detected by Cocoon

2002-04-19 Thread Vadim Gritsenko
> From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] > > I'm debugging XSL templates. So, when I change the included template, but > don't change the template which includes it, then Cocoon will not detect it, > and return me the old results. > > I simply re-save the including template. Is there a

Separation of Concerns (presentation elements)

2002-04-19 Thread Paul Pattison
Hi everyone, I had a brief stint where I used Jakarta's Turbine project. One of the things that I really liked about it was that it divided a page's presentation elements into a bunch of separate files (navigation,content,layout,etc). I guess it didn't really sink in that I could do all that wi

LiveSites updates

2002-04-19 Thread Candide Kemmler
Hi, I've sent an announce one week ago for two new LiveSites entries: http://www.belfoot.tv/ http://www.elysee.tv/ However the LiveSites page on the cocoon web site has not yet been updated. Could somebody tell me who's the webmaster so I can maybe send him/her a message directly ? Thanks i

Cocoon cache hash clash

2002-04-19 Thread Stephen Ng
I'm confused by coocoon caching--what if I have use HashUtil in my generateKey, and two different pages/request happen to generate the same hash key? Won't cocoon erroneously return the same page from the cache? Steve Ng Lumigent

RE: if XSL templates includes another one, then updating the second one will not be detected by Cocoon

2002-04-19 Thread Matthieu Benéteau
> I'm debugging XSL templates. So, when I change the included template, but > don't change the template which includes it, then Cocoon will not > detect it, > and return me the old results. > > I simply re-save the including template. Is there any other way? I don't think so. Matthieu > > th

RE: sitemap parameters

2002-04-19 Thread Paul Pattison
Just found my answer. It's a HashMap of values returned by an Action. Sorry. -Original Message- From: Paul Pattison [mailto:[EMAIL PROTECTED]] Sent: 19 April 2002 11:32 To: Cocoon Mailing List Subject: sitemap parameters I was just checking out the code that makes the 'protected' area

Problems with XSP when upgrading 1.8.2 -> 2.0.2

2002-04-19 Thread William Bagby
Title: Problems with XSP when upgrading 1.8.2 -> 2.0.2 Sending again, as I haven't received a response, and I'm at my wits' end, I've been unable to find answers anywhere... -Original Message- From: William Bagby Sent: Friday, April 12, 2002 10:52 AM To: Cocoon Users Mailing List (E

sitemap parameters

2002-04-19 Thread Paul Pattison
I was just checking out the code that makes the 'protected' area work and I noticed that the stylesheet is dynamically selected based on the 'theme' parameter. I found references to 'theme' in many of the 'protected' area source files, but which one sets the value of the '{theme}' in the sitema

Re: esql based logicsheet get-row-count

2002-04-19 Thread Christian Haul
On 18.Apr.2002 -- 02:37 PM, Jerzy Kut wrote: > That was trouble with xslt processing indeed :)) ! But I have impression You > keep in mind another resolve Christian ??? With JAVA BEANS. That's just one possibility to handle parameters. Have a class that takes parameters one-by-one through a setXY

Cocoon 2.02 milestone release

2002-04-19 Thread Pieter van der Eems
Hi, At work we're trying to get Cocoon 2 to work. We had some problems with compiling Cocoon 2.0.2 milestone release but finally got it working. This what my college wrote about the errors we got and how he fixed it: compiling cocoon lead to e.g. the following error message: cocoon-2.0.2/buc

FragmentExtractor

2002-04-19 Thread Ricardo Trindade
Hi, I've searched the docs and lists about this without success, so here goes : I have a database query (executed with sqltransformer) that returns xml with products and embedded image binaries. (they're blobs in the DB) I want to use the FragmentExtractor to substitute

RE: Aggregation sample

2002-04-19 Thread Luca Morandini
Vadim, it's not a "type", is a "typo"... luckily harmless :) Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html ---

RE: SVG - Including External CSS files

2002-04-19 Thread Kirwan, K.
Luca - works fine. Many thanks for the help. The maps are done via ArcView - hope to have real-time traffic events on it soon. - Kieran. Kieran Kirwan Researcher, Transportation and Traffic Engineering Section, Civiele Techniek, TU Delft, Stevinweg 1, 2600GA Delft, Netherlands phone: +3115278506

if XSL templates includes another one, then updating the second one will not be detected by Cocoon

2002-04-19 Thread Argyn Kuketayev
I'm debugging XSL templates. So, when I change the included template, but don't change the template which includes it, then Cocoon will not detect it, and return me the old results. I simply re-save the including template. Is there any other way? thanks, Argyn --

Re: Refreshing XSP Pages on the server?

2002-04-19 Thread Nicola Ken Barozzi
From: "Derek Hohls" <[EMAIL PROTECTED]> > Yes, I assumed it was a caching problem - but how do I eliminate > it...?! > and why does the time/date stamp not change when a file is copied > over from the other machine?? Well, when I copy over a file on my W200 machine, the timestamp doesn't change.

[OT] Cactus with Cocoon?

2002-04-19 Thread Vadim Gritsenko
> From: David Parry [mailto:[EMAIL PROTECTED]] > > Just wondering whether anyone has had any experience with trying out > Cactus with Cocoon? > > I'm just starting to look at Cactus now, and it would appear to be a good > way of avoiding many of the "debug" round-trips that I'm currently > havin

RE: howto use DatabaseSelectAction?

2002-04-19 Thread Vadim Gritsenko
> From: Jerzy Kut [mailto:[EMAIL PROTECTED]] > > Hi! > How to use DatabaseSelectAction? Like all other Database*Actions. > Is there any example that explain it? No. > Where is result of selection and how to get it? :)0 Result is in request attributes. Vadim > > Best regards > > Jerzy Ku

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 does

RE: Aggregation sample

2002-04-19 Thread Vadim Gritsenko
> From: Luca Morandini [mailto:[EMAIL PROTECTED]] > > Volker, > > here's the example you requested: > > > > >src="documents/general/parameters.xml"/> Luca: What is @type attribute on map:part element? The only supported attributes are: src eleme

RE: composing XML tags using contentHandler.startElement,.characters and .endElement

2002-04-19 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Hello, > > A java library, I call it "itemAcc" produces the text of the XML-Tags I'd > like to include in my XSP file for stylesheet transformation. > > In my XSP-File there is the following call: > toXml.marshal(itemAcc, new IncludeXMLCo

Re: Newbie Question

2002-04-19 Thread Diana Shannon
Sorin: > I wrote an example XML File and the appropriate XML schema. > How to validate the XML File? (I guess I have to validate it because > there are rules that you can't fill in this or that in a certain > element... One way to learn how to do this is to check out Elliotte Rusty Harold's dr

Re: Design advices for XSLT

2002-04-19 Thread Diana Shannon
Olivier: > I am looking for pieces of advice about writing XSLT in the most > efficient and (hopefully :-) reusable way. > I found several advices in the book of Michael Kay about XSLT, and am > asking to Cocoon > users if they can point me to informations about clean design for XSLT. In addi

RE: SVG - Including External CSS files

2002-04-19 Thread Luca Morandini
K, you should use the proper element to handle PIs, like in: href="trafficsvg.css" type="text/css" Best regards, P.S. Nice map, BTW :) - Luca Morandini GIS Consultant [EMAIL PROTECTED] h

Re: Refreshing XSP Pages on the server?

2002-04-19 Thread Derek Hohls
Yes, I assumed it was a caching problem - but how do I eliminate it...?! and why does the time/date stamp not change when a file is copied over from the other machine?? at the moment I *am* connecting via :8080 while still in test mode >>> [EMAIL PROTECTED] 19/04/2002 01:04:21 >>> Sounds like

Refreshing XSP Pages on the server?

2002-04-19 Thread Derek Hohls
I am having problems with XSP pages not reflecting changes made to them; these problems only happen on the web server (not on my 'localhost', test PC). Once the page is copied over to the server, the changes made are not reflected - I have tried deleting the compiled pages in the tomcat work dire

RE: Newbie Question

2002-04-19 Thread Graaf, Edgar de (fin)
You could do it with a parser like Xerces. (xml.apache.org) public void parseXml(String xml) throws SAXException, IOException{ try { XMLReader parser = XMLReaderFactory.createXMLReader( "org.apache.xerces.parsers.SAXParser"); parser

RE: Newbie Question

2002-04-19 Thread Luca Morandini
Sorin, why not use Xerces instead ? Though I used it only for DTD validation, it has schema validation too... Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandi

Re: Newbie Question

2002-04-19 Thread Sorin Marti
Arjé Cahn wrote: >Have you tried XMLSpy? (www.altova.com) > I'm not using Windows... is there an xml-spy for Unix? - Please check that your question has not already been answered in the FAQ before posting.

RE: Newbie Question

2002-04-19 Thread Arjé Cahn
Have you tried XMLSpy? (www.altova.com) Arje -Oorspronkelijk bericht- Van: Sorin Marti [mailto:[EMAIL PROTECTED]] Verzonden: 19 April 2002 11:23 Aan: [EMAIL PROTECTED] Onderwerp: Newbie Question Hello toghether I'm a XML newbie and a Cocoon newbie, too... I wrote an example XML File

Newbie Question

2002-04-19 Thread Sorin Marti
Hello toghether I'm a XML newbie and a Cocoon newbie, too... I wrote an example XML File and the appropriate XML schema. How to validate the XML File? (I guess I have to validate it because there are rules that you can't fill in this or that in a certain element... every advice would be helpful

Re: Problems serving pdf files

2002-04-19 Thread Mike Dewar
Thanks but I don't think that I'm using FOP. All I'm doing is trying to serve an existing pdf file: As an experiment I changed the mime type to text/plain and got the same result. Mike. On Thu, Apr 18, 2002 at 09:58:49PM +0200, J.Pietschmann wrote: > Mike Dewar wrote: >

RE: Command line interface

2002-04-19 Thread Graaf, Edgar de (fin)
Maybe I should have asked my question differently... I didn't know there was a command line interface and where it is used for. I wanted to know how it should be called and where the output goes. I didn't know there was a help parameter available... Apparently it is used to use Cocoon without tomc

Cactus with Cocoon?

2002-04-19 Thread David Parry
Just wondering whether anyone has had any experience with trying out Cactus with Cocoon? I'm just starting to look at Cactus now, and it would appear to be a good way of avoiding many of the "debug" round-trips that I'm currently having, but I'm not quite sure where to start... Any thoughts? -

Session handling cocoon - servlet - stylesheet solved

2002-04-19 Thread Franosch, Heike
Hi all, thanks to Vadim, I got it running. My situation: I already have a servlet that outputs xml data and I want to use cocoon to select dynamically the suitable stylesheet. I have to put the session-id to the output document (inserting through xsl) and handling my session data in my servlet. I

howto use DatabaseSelectAction?

2002-04-19 Thread Jerzy Kut
Hi! How to use DatabaseSelectAction? Is there any example that explain it? Where is result of selection and how to get it? :)0 Best regards Jerzy Kut - Please check that your question has not already been answered in the FAQ

RE: Aggregation sample

2002-04-19 Thread Luca Morandini
Olivier, While I can't be sure, since I'm not a Cocoon developer, I think only the last exception of the chain is reported in the error message. This last exception is not, in my experience, often useful. What I do is look at the previous exceptions in the log files until I find the root cause.

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 - I see: it's really simple

2002-04-19 Thread Volker Schneider
Dear colleagues, thank you very much for your replies. In your examples I saw, that my error can't have something to do with an aggregation error. It's embarassing to say, I wrote: instead of and I read it 100 times, but didn't notice it. With a correct serializer it's really simple. Sorry

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

RE: Aggregation sample

2002-04-19 Thread Matthieu Benéteau
Hi Volker, > > I have the following pipeline: > > > > > > > ^ I think this element won't be recognized correctly if your default namespace is not the "map" namespace. You should replace it with "map:serialize". Regards, Matthieu > > > Fi

Re: Google Web APIs and Cocoon

2002-04-19 Thread Ugo Cei
Ugo Cei wrote: > Thanks to the SOAP taglib, using the Google Web APIs from Cocoon is as > simple as taking the attached XSP file, filling in your Google key Oops! As usual, I forgot to attach the file. Here it goes. -- Ugo Cei - Consorzio di Bioingegneria e Informatica Medica P.le Volontari d

RE: Aggregation sample

2002-04-19 Thread Torsten Curdt
On Fri, 19 Apr 2002, Volker Schneider wrote: > Hi Torsten, > > I have the following pipeline: > > > > > > > > >From the sample webapp: http://foo.bar.com/myspace";> http://foo.bar.com/slashdot"/> http://foo.bar.com/moreover"/>

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 h

How to use writeDOMsession with specific namespaces

2002-04-19 Thread KOZLOV Roman
Hello all, Does anybody know how to use writeDOMsession transformer for XML containing specific namespaces without excluding them, for example: http://apache.org/cocoon/xmldb/1.0"; resources="13"> http://www.w3.org/1999/XMLSchema-instance"; xmlns:src="

Google Web APIs and Cocoon

2002-04-19 Thread Ugo Cei
Thanks to the SOAP taglib, using the Google Web APIs from Cocoon is as simple as taking the attached XSP file, filling in your Google key (after having registered at http://www.google.com/apis) and putting it in your sitemap with a stylesheet of your liking. You can see it live here:

RE: Aggregation sample

2002-04-19 Thread Volker Schneider
Hi Torsten, I have the following pipeline: File part1.xml: This is part1 File part2.xml: This is part2 in the "protyp" directory below cocoon (that's the location where all my xml-files reside on, I also tried it on my local drive with the c

Re: Aggregation sample

2002-04-19 Thread KOZLOV Roman
Hi Volker, It's actually easy: 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

composing XML tags using contentHandler.startElement,.characters and .endElement

2002-04-19 Thread a000
Hello, A java library, I call it "itemAcc" produces the text of the XML-Tags I'd like to include in my XSP file for stylesheet transformation. In my XSP-File there is the following call: toXml.marshal(itemAcc, new IncludeXMLConsumer(this.contentHandler)); ToXml.java method marshal contains fol

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? set up a internal pipeline for the files and use this pipeline in the

RE: Aggregation sample

2002-04-19 Thread Luca Morandini
Volker, here's the example you requested: Anyway, check the logs for better information about the "stylesheet directed termination"

RE: Aggregation sample

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

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 -