[xml] xmlParseChunk and quotes

2013-08-16 Thread j j
Hi I'm using xmlParseChunk function to parse the following xml fragment. xmlParseChunk takes is as input. ... ... the resulting attribute is as follows: color="id"43"" How can I force xmlParseChunk not to encode " as " and leave it intact. I would expect the following resulting attribute: col

Re: [xml] xmlParseChunk and quotes

2013-08-19 Thread j j
On Fri, Aug 16, 2013 at 5:35 PM, Csaba Raduly wrote: > On Fri, Aug 16, 2013 at 4:47 PM, j j wrote: > > > > Hi > > > > I'm using xmlParseChunk function to parse the following xml > > fragment. xmlParseChunk takes is as input. > > > > ...