This is a Java issue, I believe. You can specify the proxy settings
through system properties like http.proxyHost and http.proxyPort. For
example:
http://www.ibiblio.org/javafaq/javafaq.html#proxy
For authentication, you'll need to implement an Authenticator and set
it as the default using Authenticator#setDefault. See the
documentation of java.net.Authenticator for more information.
--Elgin
On Mon, Jun 04, 2001 at 07:59:45AM +1000, Bernard Schelberg wrote:
> Hi,
>
> Is it possible to specify proxy settings for the Xerces parser to use when
> retrieving a DTD? The program I am working on retrieves an XML doc from the
> web (through a proxy requiring authentication), but then I can't parse it
> because the parser can't download the dtd because of the proxy. Is there
> any way around this?
>
> Bernard Schelberg
>
>
> 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]