<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hello!</p>
<p><br>
</p>
<p>I've been using your lib for a long time with many success!</p>
<p><br>
</p>
<p>Now I got a task which I cannot handle with my skills. I've attached a simplified version of the XML.</p>
<p><br>
</p>
<p>The main problem is that an industry standard determines the whole structure of the XML
<span>in this application </span>including the namespaces. When I tried to sign it with the standard method in the doc I got the error: 'node not found'. It turned out
<span>xmlsecGetNodeNSHref</span> sees the <Signature> block with (null) namepspace, which doesn't fit xmlsec's requirement. Changing
<span>xmlSecFindNode</span> to ignore the (null) namespace helped for a short time, but some function calls later a similar error was found in <span>xmlSecFindParent</span>. After getting over again C14N failed. I am not sure if that (null) is the problem during
 the canonization.</p>
<p><br>
</p>
<p>I cannot see that deep into the code. Could you help me out?<br>
</p>
<p><br>
</p>
<p>Bests,</p>
<p>Adam<br>
</p>
</div>
</body>
</html>