[xml] predefined entity question.
- From: George Neill <georgen neillnet com>
- To: xml gnome org
- Subject: [xml] predefined entity question.
- Date: Wed, 28 Jan 2009 15:41:01 -0600
Hi All,
I have an xml document which looks like this,
<root>
<element>&'</element>
</root>
I am using the xmlReader interface with the XML_PARSE_NOENT option
turned on. I am grabbing the value using xmlTextReaderReadInnerXml()
and I expect it to look like this,
&'
but it is
&'
Is there something unique about the predefined entity & as content
of an element once the document has been parsed?
TIA,
George
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]