The entity is another node. You have to get the next node (the entity) and append it to the value from the previous node, and then add any ensuing nodes in the value (characters or entities)
Marcus wrote: > 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 -~----------~----~----~----~------~----~------~--~---

