Re: [android-developers] Re: Get all text (including encoded) from XML Text Node

2010-07-04 Thread Julius Spencer
Not sure - I just put the data back together. It didn't appear to be that expensive. On 4/07/2010, at 6:14 AM, Bob Kerns wrote: I'm a little puzzled by this behavior. This is supposed to be controlled by this:

[android-developers] Re: Get all text (including encoded) from XML Text Node

2010-07-03 Thread Bob Kerns
I'm a little puzzled by this behavior. This is supposed to be controlled by this: http://developer.android.com/intl/de/reference/javax/xml/parsers/DocumentBuilderFactory.html#setExpandEntityReferences(boolean) which is supposed to default to true. On Jul 2, 8:06 pm, Julius Spencer