<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#000000 size=2>I,&nbsp;Aleksey,</FONT></DIV>
<DIV><FONT face=Arial size=2>When, I try to Sign a XML Client file with <STRONG>transform exclusive canonicalization</STRONG>, I have this error :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#000000 size=2><STRONG>&lt;FEN0029A xmlns="FEN0029A"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<BR>C14N error : Relative namespace UR is invalid here : (null)</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>It seems, it's&nbsp;a&nbsp;libxml2 <STRONG>C14n</STRONG> error...</FONT></DIV>
<DIV><FONT face=Arial size=2>For libxml2 this namespace is&nbsp;a "relative namespace" (a deprecated namespace)</FONT></DIV>
<DIV><FONT face=Arial size=2>When I modify the XML input file and&nbsp;add <STRONG>"urn:"</STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;FEN0029A xmlns="FEN0029A"&gt; to &lt;FEN0029A xmlns="<STRONG>urn:</STRONG>FEN0029A"&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>It works fine !</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><U>My problem is :</U></FONT></DIV>
<DIV><FONT face=Arial size=2>1) the Client can't modify&nbsp;the XML file provided (created by an external product)</FONT></DIV>
<DIV><FONT face=Arial size=2>2)&nbsp;I can't omit the canonicalization (my security policies doesn't permit it)&nbsp;&nbsp;</FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Do you know&nbsp;other solution to resolve my problem ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Best regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Hervé</FONT></DIV>
<DIV><FONT face=Arial size=2><BR></FONT><BR>&nbsp;</DIV></BODY></HTML>