Hi,

On 30 Mar 2005, at 14:59, Orly Caduri wrote:

Hi,

I need to parse the following xml
<?xml version=\"1.0\" encoding=\"UTF-8\"?><ROOT><ROOT1>&lt;?xml version=&quot;1.0&quot;?&gt;&lt;story&gt;&lt;TGM&gt; &#128; this &#239; is a message&lt;/TGM&gt;&lt;/story&gt;</ROOT1></ROOT>


I first place the string in a Dom and then extract the value of the tag <ROOT1>. Then I place the return string into a Dom and parser it as well, everything works fine except that when I try to get the TGM tag the value is corrupted from the value &#239. The value &#128 works fine.



When you say get what do you mean? How do you know it is corrupted?

Gareth


I am right before a release and any help is greatly appreciated.

I run xerces-c++ 2.2.0 on window professional

Orly



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Gareth Reakes, Managing Director      Parthenon Computing
+44-1865-811184                  http://www.parthcomp.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to