errrwell if you are fetching Xml information from the Internet
thats a little bit different from reading it from the sdcard.
if you really are fetching it from the internet then presumably it is
from some datasource that you are managing. In that case the data
does not actually need to be in
Let me take exception to the concept...
For large scale XML work (in the mobile environment, I qualify 1000+
lines as that), you should consider setting up a web server for the
heavy lifting. Not only does that allow you to rely on established
parsers, but CPU time is not nearly an issue as it is
XML parsing is definitely a pain point in Android. I will be processing XML
heavily in the future, and the current status of parsing support has me
worried.
There is an issue for it here regarding the resolution of a JAXB bug, that
has been declined, God only knows why :
http://code.google.com/p/an
can you tell what is xmlpullparser and give one example.
On Sep 10, 6:25 pm, Keean Schupke
wrote:
> Use the XmlPullParser.
>
> Regards,
> Keean.
>
> On Sep 10, 11:10 am, Lewis wrote:
>
> > I found XML parsing in android to be slightly buggy, the parser seemed
> > to have some strange behaviour
Use the XmlPullParser.
Regards,
Keean.
On Sep 10, 11:10 am, Lewis wrote:
> I found XML parsing in android to be slightly buggy, the parser seemed
> to have some strange behaviour dealing with whitespace and some
> special characters.
>
> I used dom4j as an alternative and it worked fine
>
> Thi
I found XML parsing in android to be slightly buggy, the parser seemed
to have some strange behaviour dealing with whitespace and some
special characters.
I used dom4j as an alternative and it worked fine
This thread discusses dom4j on android:
http://groups.google.com/group/android-developers/b
GIYF http://www.ibm.com/developerworks/xml/library/x-android/
Yusuf Saib
Android
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.
On Aug 7, 3
On May 8, 1:16 pm, "Ventrix Kostis P." wrote:
> I'm trying to parse a tag using the SAXParserFactory, SAXParser and
> the XMLReader classes, which contains a String that is bigger than
> 1024 characters. This gives me two returns in the "new String(ch,
> start, length);" inside the "public void
8 matches
Mail list logo