<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
By default, there is support for <a class="moz-txt-link-freetext" href="http://">http://</a>, <a class="moz-txt-link-freetext" href="ftp://">ftp://</a> and <a class="moz-txt-link-freetext" href="file://">file://</a> protocols.
In addition to that<br>
application may register handlers to support *any* other protocol or
replace support<br>
for any other protocol. Please note, that in most cases you would have
to register<br>
IO handlers in two places:<br>
&nbsp;&nbsp;&nbsp; - LibXML2 (these handlers are used for XML files);<br>
&nbsp;&nbsp;&nbsp; - XMLSec (these handlers are used for binary files)<br>
The good news is that these handlers are the same and if you don't care
about "special"<br>
XML files processing (like gzipping on the fly) then you can use the
same functions in <br>
both places.<br>
<br>
For more details, check include/xmlsec/io.h file and the following page:<br>
&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://xmlsoft.org/xmlio.html">http://xmlsoft.org/xmlio.html</a><br>
<br>
Aleksey<br>
&nbsp;&nbsp;&nbsp; <br>
<br>
<br>
Julianne Bielski wrote:<br>
<blockquote type="cite"
 cite="midOFAA116540.8D162803-ON87256DCB.0066E30B-85256DCB.00676882@us.ibm.com"><br>
  <font size="2" face="sans-serif">I assume <a class="moz-txt-link-freetext" href="file:///">file:///</a> and <a class="moz-txt-link-freetext" href="http:\\">http:\\</a>, but
what
about scp and ssh
(<a class="moz-txt-link-freetext" href="http://www.ietf.org/internet-drafts/draft-ietf-secsh-scp-sftp-ssh-uri-00.txt">http://www.ietf.org/internet-drafts/draft-ietf-secsh-scp-sftp-ssh-uri-00.txt</a>)?</font>
  <br>
  <br>
  <font size="2" face="sans-serif">Seems like it would sometimes be
necessary
to secure remotely referenced files.</font>
  <br>
  <font size="2" face="sans-serif"><br>
-- Regards,<br>
  <br>
J. Bielski</font>
</blockquote>
</body>
</html>