[xml] Issue with xmlParseInNodeContext and xmlParseCharData()

2014-03-19 Thread Frank Gross
Hi, Since libxml 2.8.0 I have an issue when I use xmlParseInNodeContext(). During the parsing, it goes through the xmlParseCharData() function where following test has been added compared to libxml 2.7.2. And this test makes my parsing fail. For instance, the node I parse is dataother and i

Re: [xml] C14N issue with digital signature due to pointer comparison

2014-03-19 Thread Aleksey Sanin
How do you manipulate the XML tree? If you are using "official" LibXML2 function then I believe this code should work just fine unless there is a bug in the strings dictionary. Aleksey On 3/12/14, 10:28 AM, Frank Gross wrote: > Hi, > > I'm getting some trouble to verify a XML signature because