<DIV>Hi, </DIV>
<DIV>I am unable to derefence URI, when URI is not the 'same-document " uri reference. For eg. if give URI=<A href="http://www.google.com/index.html">http://www.google.com/index.html</A> or even URI="some xml document online" , the program hangs.</DIV>
<DIV>I also tried the xmlsec1 command utility and got the same result. does the library not support dereferencing a document by http scheme ( as required by the spec).</DIV>
<DIV>&nbsp;</DIV>
<DIV>Following is the simple template file I passed to the command line utility.</DIV>
<DIV>Copied from the example given, with some minor changes. the signature becomes a detached signature (right??)</DIV>
<DIV><PRE class=PROGRAMLISTING>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!-- 
XML Security Library example: Simple signature template file for sign1 example. 
--&gt;
&lt;Envelope xmlns="urn:envelope"&gt;
  &lt;Data&gt;
        Hello, World!
  &lt;/Data&gt;
  &lt;Signature xmlns="http://www.w3.org/2000/09/xmldsig#"&gt;
    &lt;SignedInfo&gt;
      &lt;CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /&gt;
      &lt;SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /&gt;
      &lt;Reference URI=<A href="http://www.google.com/index.html">http://www.google.com/index.html</A>&gt;
        &lt;DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /&gt;
        &lt;DigestValue&gt;&lt;/DigestValue&gt;
      &lt;/Reference&gt;
    &lt;/SignedInfo&gt;
    &lt;SignatureValue/&gt;
    &lt;KeyInfo&gt;
        &lt;KeyName/&gt;
    &lt;/KeyInfo&gt;
  &lt;/Signature&gt;
&lt;/Envelope&gt;
</PRE></DIV><p>
                <hr size=1>Do you Yahoo!?<br>
<a href="http://us.rd.yahoo.com/mail_us/taglines/10/*http://promotions.yahoo.com/new_mail/static/efficiency.html">New and Improved Yahoo! Mail</a> - Send 10MB messages!