[SUMMARY] Re: XPath selector or XPath matcher

2002-08-13 Thread Michael Wechner
Vadim Gritsenko wrote: >>From: Michael Wechner [mailto:[EMAIL PROTECTED]] >> >>Vadim Gritsenko wrote: >> >> >>>>From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] >>>> >>>> >>>> >>>>>Is anybody working o

RE: XPath selector or XPath matcher

2002-08-13 Thread Vadim Gritsenko
> From: Michael Wechner [mailto:[EMAIL PROTECTED]] > > Vadim Gritsenko wrote: > > >>From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] > >> > >> > >>>Is anybody working on a XPath selector or XPath matcher? > > > > These are not poss

Re: XPath selector or XPath matcher

2002-08-13 Thread Michael Wechner
Vadim Gritsenko wrote: >>From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] >> >> >>>Is anybody working on a XPath selector or XPath matcher? >>> > > These are not possible. Matchers, selectors and actions are processed > *before* pipeline star

RE: XPath selector or XPath matcher

2002-08-12 Thread Artur Bialecki
2 9:49 AM > To: [EMAIL PROTECTED] > Subject: XPath selector or XPath matcher > > > Hi > > Is anybody working on a XPath selector or XPath matcher? > > I have situations where I would like to select the pipeline or > at least the XSLT depending on the value of an attrib

Re: XPath selector or XPath matcher

2002-08-12 Thread Joerg Heinicke
Michael Wechner wrote: > Hi > > Is anybody working on a XPath selector or XPath matcher? > > I have situations where I would like to select the pipeline or > at least the XSLT depending on the value of an attribute within the > generated XML. > > Thanks >

RE: XPath selector or XPath matcher

2002-08-12 Thread Vadim Gritsenko
> From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] > > > Is anybody working on a XPath selector or XPath matcher? These are not possible. Matchers, selectors and actions are processed *before* pipeline starts. They are used to *assemble* pipeline, and invoked when pipeline is not *co

RE: XPath selector or XPath matcher

2002-08-12 Thread ROSSEL Olivier
> Is anybody working on a XPath selector or XPath matcher? > > I have situations where I would like to select the pipeline or > at least the XSLT depending on the value of an attribute within the > generated XML. If there is no such mecanism in Cocoon, you can code your XSLT

XPath selector or XPath matcher

2002-08-12 Thread Michael Wechner
Hi Is anybody working on a XPath selector or XPath matcher? I have situations where I would like to select the pipeline or at least the XSLT depending on the value of an attribute within the generated XML. Thanks Michael