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=14936>. 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=14936 xsl:include href has to be absolute Summary: xsl:include href has to be absolute Product: XalanJ2 Version: 2.4Dx Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In the xsl:include tag, it won't accept something like href="foo.xsl", if foo.xsl is not in the working directory. So you end up having to hard code the path, and that reduce the maintainability. The whole point of modules is so you don't have to modify them all. If full url is not specified, it should take the path of the including (parent) xsl. This is the case in other (well-known) xslt implementations.
