<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have a strange problem that I need help 
on.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I build a tree in code using libxml2 and xmlsec 
like this (pardon the Pascal syntax):</FONT></DIV>
<DIV><FONT face=Arial size=2>xmldoc := xmlNewDoc('1.0')</FONT></DIV>
<DIV><FONT face=Arial size=2>signnode := xmlSecTmplSignatureCreate(xmldoc, 
xmlSecTransformInclC14NId, xmlSecTransformRsaSha1Id, nil)</FONT></DIV>
<DIV><FONT face=Arial size=2>...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When I later extract the XML from the tree using 
xmlNodeDump(xmldoc, signnode), there are strange #10 inserted in the string. 
This would not be a real problem if it wasn't for the fact that the x509 data 
that is also added (using xmlSecTmplKeyInfoAddX509Data, not shown) is filled 
with the same #10 for every 64 characters!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This is somehow a sideeffect from 
xmlSecTmplSignatureCreate because if I add some random node instead using 
xmlNewNode there are no #10 inserted anywhere.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>It doesn't matter is I sign the node or 
not.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Is there&nbsp;a way to get rid of these #10 
characters and still have a valid signature?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I use xmlsec 1.2.6 and libxml2 2.6.14 for Win32 
(under WinXP).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Erik F. Andersen</FONT></DIV></BODY></HTML>