[android-developers] Re: Xml Parser for Android Layout.

2011-03-09 Thread Spiral123
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

[android-developers] Re: XML parser

2009-09-11 Thread JoaJP
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

[android-developers] Re: XML parser

2009-09-11 Thread Android Development
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

[android-developers] Re: XML parser

2009-09-10 Thread Sasi Kumar
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

[android-developers] Re: XML parser

2009-09-10 Thread Keean Schupke
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

[android-developers] Re: XML parser

2009-09-10 Thread Lewis
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

[android-developers] Re: XML Parser

2009-08-07 Thread Yusuf T. Mobile
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

[android-developers] Re: XML Parser, more than 1024 characters per tag

2009-05-08 Thread Ventrix Kostis P.
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