> you can add any number of transformations. just add another
> transformer line
> to your pipeline with the second stylesheet.
Thanks! I have tried this and it appears to me that only the last XSLT
transform is applied. I guess I am not using the sitemap corretly, then?
This is what am I using:
<map:match pattern="">
<map:redirect-to session="false" uri="index"/>
</map:match>
<map:match pattern="*">
<map:generate src="documents/{1}.xml"/>
<map:transform src="stylesheets/site.xsl" />
<map:transform src="stylesheets/teacher.xsl" />
[...]
Is this the correct way of doing it?
fc
---------------------------------------------------------------------
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]>