RE: [xsl] Procesing XHTML files with DOCTYPE statements

Subject: RE: [xsl] Procesing XHTML files with DOCTYPE statements
From: "Hood, Earl" <earl.hood@xxxxxx>
Date: Tue, 11 Jul 2006 15:48:06 -0500
> 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

Current Thread