Will do. I'll report back on the exception. We'll also build Xalan and try to step through the code if time permits.
Rick Bullotta VP, Manufacturing Applications Solutions Mgmt. SAP Labs, LLC 350 Eagleview Boulevard, Suite 110 Exton, PA 19341. USA http://www.sap.com/manufacturing -----Original Message----- From: Henry Zongaro [mailto:[EMAIL PROTECTED] Sent: Friday, July 22, 2005 10:37 AM To: [email protected] Subject: RE: xsl:include issue? 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
