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
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.
> >
> > ...