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 should be treated as external and 
what as internal (internal for instance just the localhost)?
Should I use the "cocoon:/int" even if I removed the "/cocoon" from my usual URI (I 
guess that really doesn't matter - anyway)?

Well, here are my pipelines:

#<pipelines>
# <map:pipeline internal-only="true">
# <map:match pattern="int">
# <map:generate src="content/section/research.xml"/>
# <map:serialize type="xml"/>
# </map:match>
# </map:pipeline>
# 
#
# <map:pipeline>
# ...
# ...
# <map:match pattern=**actual.pdf">
# <map:generate src="cocoon:/int"/>
# <map:transform src="transforms/page-fo.xsl"/
# <map:serialize type="fo2pdf"/>
# </map:match>
# ...
# ... 
# </map:pipeline>
#</pipelines>

I'd be very pleased to get some help, as I am quite new to cocoon. And a bit desperate 
as well.
Thank you

Silke

______________________________________________________________________________
Den Komfort von WEB.DE FreeMail nutzen, aber die alten E-Mail-Adressen nicht
aufgeben? Kein Problem: http://freemail.web.de/?mc=021128


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

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

Reply via email to