I have the same problem. I'm using the org.w3c.dom namespace for reading and parsing xml data. My data also contains &#xx; entities. But when I try to get the node value with node.getNodeValue(), the string stops at the first occurrence of a entity like that.
So I event can't decode the entity. Is that a bug? How can I read the data correctly? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

