On Thu, Jan 11, 2018 at 01:06:36PM -0800, David McKee wrote:

> "SAXParseException: unsupported protocol in URL".

I think this exception is actually from xerces (which xalan uses for
parsing). If I remember correctly, the default net accessor for xerces
is a simple socket interface which doesn't support https.  To get https
support, you need to enable a different net accessor (such as libcurl or
winsock) at xerces build-time (via configure).

As long as xerces supports it, I think xalan should, too (though I haven't
tested it personally).

Hope that helps.

Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to