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.

