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

Transformer fails when Templates constructed with "new StreamSource(new 
FileReader(<filepath>))"





------- Additional Comments From [EMAIL PROTECTED]  2002-11-07 12:23 -------
Have you tried also calling t.setSystemId(xslFile);?  When you feed StreamSource a 
Reader, the 
transformer/templates have no way of finding the actual systemId, which is needed to 
resolve any 
external document() calls.

Note that we still shouldn't throw an XPath error! But 
forgetting to setSystemId is another kind of common problem that could cause you other 
headaches.

Reply via email to