xsl-list
[Top] [All Lists]

RE: [xsl] Procesing XHTML files with DOCTYPE statements

2006-07-11 13:48:36
It's nothing to do with the Saxon setup per se. The most 
common reason you
can't access to remote URLs is that you're behind a proxy 
server, and you
haven't told the Java VM how to get through it. Perhaps 
someone who's been
there could share the magic incantations?

If Saxon is using the default (HTTP) URL connection class, you can use
system properties to denote any http proxies.

See <http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html>
for the properties available.

--ewh



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--