You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Ronald Lamprecht <R....@T-Online.de> on 2006/03/22 10:16:22 UTC

https support

As libcurl becomes the default netaccessor in 3.0 you may want to add 
"HTTPS" to the list of protocols.

src/xerces/util/XMLURL.hpp currently lists:
     enum Protocols
     {
         File
         , HTTP
         , FTP

         , Protocols_Count
         , Unknown
     };

best regards,

Ronald

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org