Rob Norman wrote:
Hi,
This isn't entirely cocoon-related but it's slightly relevant. I have
a very long stylesheet that i'd like to split into several files.
I've tried using the <xsl:include> tag to include the file but, even
though the files are in the same folder, it can't find them. e.g. I
have 2 files in the same directory, page.xslt and html.xsl. The
page.xslt file has the line
<xsl:include href="html.xsl"/>
but it doesn't run any of the templates in html.xsl. I've even tried
specifying it as a "cocoon:/file.xsl" but that only causes an
exception in the java.net.URL class (bad protocol) which is
understandable since it's not using the SourceResolver.
If there's a better place to ask this question, please tell me and
i'll take it there instead.
Is there any advice you can give me, or should I just resign myself to
having a long and unweildy stylesheet?
Have you looked at: http://www.dpawson.co.uk/xsl/xslfaq.html
under "Questions and answers"? I've found this to be a valuable
source of XSLT related issues on several occasions.
Sandor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]