|
|
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:zongaro@xxxxxxxxxx]
Sent: Friday, July 22, 2005 10:37 AM
To: xalan-dev@xxxxxxxxxxxxxx
Subject: RE: xsl:include issue?
Hi, Rick.
"Rick Bullotta" <Rick.Bullotta@xxxxxxxxxxxxxxx> 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:zongaro@xxxxxxxxxx
---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xxxxxxxxxxxxxx
For additional commands, e-mail: xalan-dev-help@xxxxxxxxxxxxxx
---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xxxxxxxxxxxxxx
For additional commands, e-mail: xalan-dev-help@xxxxxxxxxxxxxx
|
|