Re: internal pipeline

2003-06-05 Thread Andreas Hartmann
Ali Mesbah wrote: [...] You can try to set the log level to DEBUG and look at the sitemap log to see if the correct steps are executed. No. There is a major difference between the log information when the "xms/test" pipeline is called directly and when it is called by the second pipeline through

Re: internal pipeline

2003-06-05 Thread Ali Mesbah
Andreas, As quoted from Andreas Hartmann <[EMAIL PROTECTED]>: > Hi Ali, > > Ali Mesbah wrote: > > >Hi all, > >I have a problem and don't know if it is a bug in Cocoon or if I'm doing > >something wrong. > > > >What I have is a pipeline which transforms an XML (source) file into an > >XSLT > >(

Re: internal pipeline

2003-06-05 Thread Andreas Hartmann
Hi Ali, Ali Mesbah wrote: Hi all, I have a problem and don't know if it is a bug in Cocoon or if I'm doing something wrong. What I have is a pipeline which transforms an XML (source) file into an XSLT (target) stylesheet: now I'd like to use the output as the source of another pipeli

internal pipeline

2003-06-05 Thread Ali Mesbah
Hi all, I have a problem and don't know if it is a bug in Cocoon or if I'm doing something wrong. What I have is a pipeline which transforms an XML (source) file into an XSLT (target) stylesheet: now I'd like to use the output as the source of another pipeline: I don'

RE: pass parameters to internal pipeline

2003-03-02 Thread I-Lin Kuo
inal Message Follows From: "Nathaniel Alfred" <[EMAIL PROTECTED]> Try this: HTH, Alfred. -Original Message- From: I-Lin Kuo [mailto:[EMAIL PROTECTED] Is it possible to pass parameters to an internal pipeline? This doesn't work for me:

RE: pass parameters to internal pipeline

2003-03-02 Thread Nathaniel Alfred
Try this: HTH, Alfred. -Original Message- From: I-Lin Kuo [mailto:[EMAIL PROTECTED] Sent: Sonntag, 2. März 2003 13:18 To: [EMAIL PROTECTED] Subject: pass parameters to internal pipeline Is it possible to pass parameters to an internal pipeline? This

Re: pass parameters to internal pipeline

2003-03-02 Thread Brian Johnson
Unfortunately, as long as you are using the cocoon:// protocol, you are going to run into the same problem with passing parameters to the pipeline. Both generators use the resolver to retrieve a SitemapSource, which will place any parameters you pass to it into the objectModel. I think Marco's

Re: pass parameters to internal pipeline

2003-03-02 Thread I-Lin Kuo
The FileGenerator doesn't use any parameters. Maybe the problem is that I'm passing to a FileGenerator. I'm going to try passing to an xsp instead... _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?

AW: pass parameters to internal pipeline

2003-03-02 Thread Marco Rolappe
although it's a bit clumsy, you *can* use request parameters with an internal pipeline; you tell the xslt transformer to use request parameters and should then be able to access these from within your stylesheet. > -Ursprüngliche Nachricht- >

Re: pass parameters to internal pipeline

2003-03-02 Thread Brian Johnson
I-Lin Kuo wrote: Is it possible to pass parameters to an internal pipeline? This doesn't work for me: P.S. Just to be sure that I haven't made any dumb mistakes, I've checked that I have a top-level xsl:param in my style sheet getParam.xsl which picks

Re: pass parameters to internal pipeline

2003-03-02 Thread I-Lin Kuo
art of the site the user comes from, and then pass the processed parameters to my search engine component. I can do this using a selector of course, but that requires me to duplicate code in each branch of the selector, and exposes the internal pipeline of the search engine. I'd like to keep t

Re: pass parameters to internal pipeline

2003-03-02 Thread Brian Johnson
o similar function for a generic xml document. The FileGenerator simply loads the xml document and creates SAX events from it. Brian On Sunday, March 2, 2003, at 07:17 AM, I-Lin Kuo wrote: Is it possible to pass parameters to an internal pipeline? This doesn't work for me:

Re: pass parameters to internal pipeline

2003-03-02 Thread Brian Johnson
e xml document and creates SAX events from it. Brian On Sunday, March 2, 2003, at 07:17 AM, I-Lin Kuo wrote: Is it possible to pass parameters to an internal pipeline? This doesn't work for me: P.S. Just to be sure that I haven't made any dumb mistakes, I've

pass parameters to internal pipeline

2003-03-02 Thread I-Lin Kuo
Is it possible to pass parameters to an internal pipeline? This doesn't work for me: P.S. Just to be sure that I haven't made any dumb mistakes, I've checked that I have a top-level xsl:param in my style sheet getParam.xsl which picks up the parameter fro

Re: Internal Pipeline - external access

2002-08-15 Thread Vadim Gritsenko
Silke Schön wrote: >Hello! > >In the pipelines part of my sitemap.xmap I created a second, internal pipeline for a >pdf-document. The sheet works fine- but as well internal as EXTERNAL- what I wanted >to avoid. > I don't get this. >I can't find the problem.

Internal Pipeline - external access

2002-08-15 Thread Silke=20Sch=F6n
Hello! In the pipelines part of my sitemap.xmap I created a second, internal pipeline for a pdf-document. The sheet works fine- but as well internal as EXTERNAL- what I wanted to avoid. I can't find the problem. What went wrong? Where can I modify the settings for what exactly shou