Can I reference a a stylesheet that is off in a different subsite instead? Something like:
<map:transform src="../otherSubsite/stylesheets/sheet.xsl"/>
Yes, this is possible.
But I would rather suggest to use a common location-independent cocoon:// call:
<map:transform src="cocoon://stylesheets/sheet.xsl"/>
The common stylesheets would be served by your main sitemap (or a special sub-sitemap). This enables you to change the stylesheet location without affecting your applications.
Andreas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]