Alessio Sangalli wrote:
Hi I've a little problem because I want to automatically generate the "link" header (if you use Mozilla, it's very useful, if you want to show it: menu -> view - show-hide - site navigation toolbar - show [as needed]).
<!-- example snipped -->

How can I implement it? Perhaps on the sitemap a parameter to the xsl transformer wich tells the actual file name; the xsl-t should then check it against an xml file where I wrote the exact order of the pages, and write the link headers accordingly.

What do you think?
Thank you
as
Exactly the way I would do it. But beware: XSLTs are chached with their parameters. So it's interesting to know, how many pages you have or how big the XSLTs are. Maybe it's an alternative to aggregate the XML source with the navigation XML.

Regards,

Joerg


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