AW: AW: AW: Cocoon: Few steps in sitemap?

2001-11-16 Thread Skladov, Victor
: Cocoon: Few steps in sitemap? Actually, very sorry - I think I gave you the wrong advice here. From the docs: A serializer is the end point of an xml pipeline. It transform SAX events in binary or char streams for final client consumption. So I think what I told you to do is wrong. Having

RE: Cocoon: Few steps in sitemap?

2001-11-15 Thread Luca Morandini
: Cocoon: Few steps in sitemap? Hello! I am writing to you all once more, because I can't find a solution up to now. Does anybody know how can I tell Cocoon2 to execute not one step (XSP+XSL-and output in a format that Cocoon accept, for example HTML), but a few steps: 1)generate from XSP

AW: Cocoon: Few steps in sitemap?

2001-11-15 Thread Skladov, Victor
PROTECTED] Subject: Cocoon: Few steps in sitemap? Hello! I am writing to you all once more, because I can't find a solution up to now. Does anybody know how can I tell Cocoon2 to execute not one step (XSP+XSL-and output in a format that Cocoon accept, for example HTML), but a few steps: 1

RE: Cocoon: Few steps in sitemap?

2001-11-15 Thread Luca Morandini
PROTECTED] Betreff: RE: Cocoon: Few steps in sitemap? Viktor, I think this example may fit the first of your questions: map:pipeline map:match name=wildcard pattern=select-resource-db.xml map:generate type=file src=docs/all-parameters.xml

AW: Cocoon: Few steps in sitemap?

2001-11-15 Thread Skladov, Victor
in advance for your help! Regards, Viktor -Ursprüngliche Nachricht- Von: Luca Morandini [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 15. November 2001 09:56 An: Cocoon-users Betreff: RE: Cocoon: Few steps in sitemap? Viktor, the example reads a row from the dbms (select

RE: Cocoon: Few steps in sitemap?

2001-11-15 Thread Luca Morandini
, Victor [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 10:45 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: AW: Cocoon: Few steps in sitemap? Luca, Sorry for disturbing you once again, but it isn't clear to me yet. Could you please take a look at the steps I need to make

Re: AW: Cocoon: Few steps in sitemap?

2001-11-15 Thread David Rosenstrauch
for your help! Regards, Viktor -Ursprüngliche Nachricht- Von: Luca Morandini [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 15. November 2001 09:56 An: Cocoon-users Betreff: RE: Cocoon: Few steps in sitemap? Viktor, the example reads a row from the dbms (select-resource

AW: AW: Cocoon: Few steps in sitemap?

2001-11-15 Thread Skladov, Victor
. November 2001 13:17 An: [EMAIL PROTECTED] Betreff: Re: AW: Cocoon: Few steps in sitemap? Not sure I understand the problem. Why can't you do this? 1) write an xsp that outputs in xml the info you need to build the tex doc 2) write an xsl that outputs tex 3) write a new serializer that generates

Re: Cocoon: Few steps in sitemap?

2001-11-15 Thread David Rosenstrauch
Yes. 2 options: 1) If the user won't need to access the intermediate doc: map:serializer name=fo2pdf src=org.apache.cocoon.serialization.FOPSerializer mime-type=application/pdf/ map:match pattern=yourpage map:generate type=serverpages src=your.xsp/ map:transform

Re: AW: AW: Cocoon: Few steps in sitemap?

2001-11-15 Thread David Rosenstrauch
to be easier as fo in formatting, as tables concerns. What do you think about it? Thanks! Regards, Viktor -Ursprüngliche Nachricht- Von: David Rosenstrauch [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 15. November 2001 13:17 An: [EMAIL PROTECTED] Betreff: Re: AW: Cocoon: Few steps in sitemap