Hi

I'm using xmlParseChunk function to parse the following xml
fragment. xmlParseChunk takes is as input.

... <car color="id=&quot;43&quot;"> ...

the resulting attribute is as follows:
color="id"43""

How can I force xmlParseChunk not to encode &quot; as " and leave it
intact. I
would expect the following resulting attribute:

color="id=&quot;43&quot;"

Does it make sense ? Is it possible ? Or my application itself should take
care
about quotes in this case.

I'm using libxml2 version 2.6.26.

thanks for help
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml

Reply via email to