Lars Huttar wrote:
Now I changed that to "*/*/framework", i.e. removed the trailing "/",
and now it works (the document() function is finding the XML file
../resources/gem-data.xml).

Weird!  I'm still trying to figure out what that means. Any pointers?
Does it mean Xalan is a nonconformant XSL processor?

No, it means the Cocoon source resolver didn't remove the last component of the base URL and therefore resolved your URL wrong. Look into the code for details.

You shouldn't use document() in Cocoon style sheets anyway, for a
variety of reasons, one of them bein problems with caching.
Use <map:aggregate>, XInclude or CInclude instead.

J.Pietschmann


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



Reply via email to