DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19324>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19324
XSLTC doesn't like "context://" pseudo protocol in xsl:include statements
------- Additional Comments From ceyates@stanford.edu 2003-05-08 19:35 -------
I see this same behavior when using xsl document() function and also with
cocoon:// protocol:
<xsl:apply-templates select="document('context://templates/css.xml')"/>
<xsl:param name="menu" select="document('cocoon://menu.xml')"/>
this worked with xsltc in cocoon 2.0.4 and 2.1-dev until recently
|