Hello Android Developers!
I´m trying to port a java xml-parser to android. The parser is using ElementImpl from the com.sun.org.apache.xerces.internal.dom package. This package does not exist in the android sdk, the corresponding package seems to be org.apache.harmony.xml.dom. However I can´t reach this package, I read somewhere that this package is not part of the api and that it´s an internal implmentation of the package org.w3c.dom. So I´m wondering what to use instead or how to reach the internal implementation. I hope this makes sense, I haven´t been working very much with these kind of stuff before so I might be missing something very essential. Best reggards! /Nowb --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

