Re: [xml] Issue with xmlParseInNodeContext and xmlParseCharData()

2014-03-21 Thread Frank Gross
Hi, Great, your patch fixed my issue. Actually, im my case, the context node passed to xmlParseInNodeContext() is a xmlDocPtr, and then the instate variable was not set to XML_PARSER_CONTENT. Thanks, Frank Le 21/03/2014 10:08, Daniel Veillard a écrit : On Wed, Mar 19, 2014 at 06:29:08PM +0

Re: [xml] Issue with xmlParseInNodeContext and xmlParseCharData()

2014-03-21 Thread Daniel Veillard
On Wed, Mar 19, 2014 at 06:29:08PM +0100, Frank Gross wrote: > 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 make