> But with xerces it works to give a
> http://somehost.somedomain/somdocument url as filename and it will
parse
> the result from this url, so i think there should be a way to do
this
> with the secure protocol also.

Last time I had a look at this was in Xerces-C 1.4, and then then
protocol support was rather poor. You need to check that the XMLURL
class can return https as protocol, and that the
<YourChoice>NetAccessor class handles "case XMLURL::HTTPS" in the
makeNew() method.

Check out the libwww netaccessor for an example on how to plug in an
external library, then use your https-capable library of choice. I
think libWWW still has some U.S. export issues about SSL code (see
http://www.w3.org/Library/src/SSL/WWWSSL.html), otherwise it would be
a great feature and simple thing (code-wise in Xerces-C++) to open up
HTTPS as protocol in the libwww netaccessor code.

Regards,
 Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to