> From: Axel Honfi [mailto:[EMAIL PROTECTED]]
> 
> Hello!
> 
> I query an XIndice DB from Cocoon and get the search-results as an
> XML-Document.
> 
> The result is an filled or empty xml-file with the root-element
> 
> <collection:results query="/user[username='xy'][password='xy']"
>               resources="0"
> xmlns:collection="http://apache.org/cocoon/xmldb/1.0"/>
> 
> To start a session I need to distinguish if the value of result is 0
or 1.
> 
> So how can I get this value from the SAX-Events in the pipeline into
> sitemap-params?

This is not possible. Sitemap at the moment of pipeline execution is not
used anymore. Write action or custom transformer.

Vadim

> 
> Thanks in advance
> 
> Axel
> 


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to