> I don't have the time to study it closely right now, but I wonder if
> the pipeline that handles the cocoon:/body-headers.xml" URI generates
> some other request that takes the flow to the second pipeline above.
Per my understanding, it shouldn't. The single slashes means "in the
context of this sitemap" right? Here is the pipeline for that:
<map:pipeline>
<map:match pattern="body-headers.xml">
<map:generate type="directory" src="resources/shared/images/page-headers" />
<map:serialize type="xml" />
</map:match>
</map:pipeline>
I use it in another pipeline for use in my page2xhtml.xsl to look for
header-graphics to display and it works beautifully. So in other
words, I'm pretty sure that's not the problem.
>
> One way to find out what is really going on is to set Lenya's logging
> level to debug. Then the path through the pipelines (including xmap
> file names & line numbers) is shown.
>
Thanks for this tip, I'll check into it.
For anyone else reading, if you happen to know where a good exists
explaining processing termination with pipelines and mounts, please
share. I can't seem to locate one.
--
Derek Harmel
:: Web Programmer
:: KCI Technologies
:: (410) 891-1746
:: [EMAIL PROTECTED]