>       thanks again, now I was able to install it.
>       Nevertheless the problem is still with me:
> Example 1 : Works :) (hence, sitemap is working)
> Example 2 : Nothing appears :(
> Example 3 : Nothing appears :(
>
>       Is there anyone out there having the same problem ?

I remember I had similar problems the first time with an older version of 
cocoon2 . It was because the document() function in
<xsl:variable name="layout" select="document('layout.xml')"/>
didn't act the way it was expected:
The path had to be relative to the servlet context, not to the stylesheet file.
So I had to write:
<xsl:variable name="layout" select="document('stylefree/layout.xml')"/>

I think, this could be a problem of xalan-2.0.1. I'm using xalan-2.1.0 now as 
it comes with cocoon2.0b1.

Hope this helps,
-- 
Stefan Köhler
mailto:[EMAIL PROTECTED]

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

Reply via email to