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=20806>.
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=20806

Stylesheet with xsl:include does not compile





------- Additional Comments From [EMAIL PROTECTED]  2003-07-24 00:30 -------
It looks like common problem for both xsl:import and xsl:include.
The fix seems to be very simple just to add in both methods parseContents
if(SystemIDResolver.isAbsoluteURI(docToLoad)){
        input = new InputSource(docToLoad);
     }
I am verifying and submitting the patch.

Reply via email to