Hi, Rick.

"Rick Bullotta" <[EMAIL PROTECTED]> wrote on 2005-07-22 
08:55:01 AM:
> Strangely enough, it works fine when no proxy host is defined, but fails
> when a proxy host is defined...odd!
> 
> Also, we do call setSystemID, with the same URL that was used to load
> the DOMSource.

     Scratch that theory then.

     The TransformerException that's thrown will probably contain an 
IOException.  If you set an ErrorListener on the TransformerFactory which 
you're using to create your Transformer or Templates object, the 
TransformerException.printStackTrace() method will show the stack trace 
and messages for not only the TransformerException, but the wrapped 
IOException.  The message for the IOException should indicate how the 
relative URI reference was resolved, and might give us some additional 
clue as to the source of the problem.

Thanks,

Henry
------------------------------------------------------------------
Henry Zongaro      Xalan development
IBM SWS Toronto Lab   T/L 969-6044;  Phone +1 905 413-6044
mailto:[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to