[xml] xmlParseChunk and quotes
- From: j j <jumianek gmail com>
- To: xml gnome org
- Subject: [xml] xmlParseChunk and quotes
- Date: Fri, 16 Aug 2013 16:47:13 +0200
Hi
I'm using xmlParseChunk function to parse the following xml
fragment. xmlParseChunk takes is as input.
... <car color="id="43""> ...
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:
color="id="43""
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]