Re: xerces-c and https

2002-02-20 Thread Martin Kalen
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

Re: xerces-c and https

2002-02-20 Thread Joseph Kesselman/CAM/Lotus
Another possible solution (assuming Xerces-C supports this; I'm fairly sure Xerces-J would) would be to write and plug in an EntityResolver which recognizes the https: scheme and uses the appropriate network protocols to retrieve the data.

RE: xerces-c and https

2002-02-19 Thread Murphy, James
You mean pointing a schemaLocation at an https endpoint? If so it is not directly supported but you could add it if you had a decent https library :) Jim -Original Message- From: Heinz Van Pee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 10:05 AM To: [EMAIL

RE: xerces-c and https

2002-02-19 Thread Murphy, James
-Zuse-Straße 7 66115 Saarbrücken -Ursprüngliche Nachricht- Von: Murphy, James [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 19. Februar 2002 16:29 An: '[EMAIL PROTECTED]' Betreff: RE: xerces-c and https You mean pointing a schemaLocation at an https endpoint? If so