Sure.

The sitemap.xmap file makes a mapping between URLs
received from client side to a Cocoon "pipeline".

A pipeline is a chain of java components
that create or modify a XML flux.

For a given URL, Cocoon parses the sitemap.xmap, gets
the corresponding pipeline description, creates 
the corresponding chain of java components and launches 
the first components (it is called a generator
because it is the one which creates the XML flux,
and sends it to the next component).

There is no problem if you want to specify
several XSLT components inside your pipeline.

Advanced feature:
When describing a pipeline in sitemap.xmap, you 
can also make a component conditionnal 
depending on (for example) a request parameter value in
the HTTP request, or may be the speed of the wind
(yes Cocoon is marvellous :-)

---------------------------------------------------------------------
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