[xml] CDATA parsing issue
- From: Prashant R <ramapra gmail com>
- To: xml gnome org
- Subject: [xml] CDATA parsing issue
- Date: Mon, 27 Jul 2009 17:28:17 -0700
ÂUsing Libxml 2.7.3 .Â
ÂI am using the reader interface to parse a documentÂ
I have an xml file with the following lineÂ
<icecream><![CDATA[Ben's&Jerry's >>"Mango"<<]]></icecream>
which after parsing is extracted as
Ben's&Jerry's >>"Mango"<<
i would want it as
Ben's&Jerry's>>"Mango"<<
Any clues as to how I could get it in the desired format ?Â
Ben's&Jerry's>>"Mango"<<
ThanksÂ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]