xinclude behind proxy

Hi,

I need to parse an XML file which has xinclude e.g.:

<xi:include href="http://www.something.com/xml/document.xml"/>

I use the SAX parser. The problem is that the parser runs on a network behind a proxy so the parser times out while trying to connect to the href location. Is there a way of passing the proxy address to the parser or other parser to open a connection via the proxy and not directly?

Thank you very much.

[461 byte] By [yircoa] at [2007-11-27 4:01:06]
# 1
Here's a document that explains how to get Java to work with your proxy server: http://java.sun.com/j2se/1.5.0/docs/guide/net/proxies.html
DrClapa at 2007-7-12 9:05:47 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...