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. 

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]

Reply via email to