http://android.git.kernel.org/?p=platform/dalvik.git;a=tree;f=libcore/xml/src/main/java;h=a4ef5269036bd62eb79c8d2f418f2baf05a383cf;hb=refs/heads/master
As to why it's incompatible, I don't know, looking at the code removing children of Document should work. I guess you could either work around the bugs, fix them upstream then ship a forked copy until a new Android release re-merges, or use a different dom implementation. On May 21, 9:42 pm, Jason Proctor <[email protected]> wrote: > well it looks like Apache Harmony all right. > > any clues on where to find the source, so i can figure out why it has > such big problems with basic stuff? i don't see it in the android > base source distro, the source tree i get via CVS from the harmony > project page itself, or the weirdly structured CVS web access thing > they have there. > > in any case, unless the parser/DOM implementation can be configured > to behave properly, i think i'm probably hosed. i might have a chance > if i can persuade the SAXParserFactory class to give me back a parser > i specify (eg Xerces) rather than the one it wants to use. but Xerces > is a big chunk to include, fer sure. trying to make DocumentImpls > directly caused Xerces to crash - something needs to happen behind > the scenes to make it happy. > > thanks. > j > > >same here ;-) > > -- > jason.software.particle --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

