Prashant R wrote: > <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"<<
Why would you want that? What you have is the actual content. I think you’ll find that if you re-serialize that correctly in any context that requires XML escaping, you’ll get it; this is far preferable to corrupting the data on parsing. ~Chris -- Chris Maden, text nerd <URL: http://crism.maden.org/ > “All I ask of living is to have no chains on me, And all I ask of dying is to go naturally.” — Laura Nyro GnuPG Fingerprint: C6E4 E2A9 C9F8 71AC 9724 CAA3 19F8 6677 0077 C319 _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
