Project

Profile

Help

option to set HTTP proxy for Saxon?

Added by Anonymous almost 16 years ago

Legacy ID: #5110593 Legacy Poster: Manava Putra (manavaputra)

Hi, My product does not like to use the http proxy settings for the entire JVM, as allowed by JAVA with help of JVM run time options like "https.proxyHost" and "http.proxyPort". Is there a way to tell Saxon to use a specific proxy host, port, user name and password? When building XML documents, often the DTDs are somewhere on the net and if there is a proxy between our product and the internet, we want to be able for Saxon to use this. Thanks Manava


Replies (1)

RE: option to set HTTP proxy for Saxon? - Added by Anonymous almost 16 years ago

Legacy ID: #5111747 Legacy Poster: Michael Kay (mhkay)

To do this you will have to write your own URIResolver (for XSLT-level or XQuery-level URI dereferencing) or EntityResolver (for URIs dereferenced by the XML parser, such as DTD references). Michael Kay http://www.saxonica.com/

    (1-1/1)

    Please register to reply