Questions tagged [xmlpullparser]

Either the Android XMLPullParser, or any other XML parser implementation that uses the concept of pulling in XML events.

Either the Android XMLPullParser, or any other XML parser implementation that uses the concept of pulling in XML events.

428 questions
-1
votes
1 answer

Parsing XML returns nothing

I'm currently trying to parse some XML using XmlResourceParser and then show the information on a ListView using ArrayAdapter. The problem is, I don't get ant results. My xml structure is like this:
Cláudio Ribeiro
  • 1,509
  • 3
  • 37
  • 65
-1
votes
4 answers

Unable to set an image to imageView through string in android

I have a set of image names in my XML file (tutor.xml). I am trying to parse it and get my image names and set to the ImageView here in my activity. It gives datatype error (Not applicable for image) it must be an integer. try { getAlphabet =…
-1
votes
2 answers

Reading xml file from assets

I have an xml file in the assets folder in my Eclipse android application and I want to read it. Here's the text in the file: Most? 10 11
petko_stankoski
  • 10,459
  • 41
  • 127
  • 231
-1
votes
1 answer

XMLPullParser methods not working

I'm trying to parse xml from this url http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.quote%20where%20symbol%20in%20(%22MSFT%22)&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys and while using the methods…
theanilpaudel
  • 3,348
  • 8
  • 39
  • 67
-1
votes
1 answer

Parsing the CDATA section in XML using XML Pull Parser

Sample XML NDTV News - Top Stories http://www.ndtv.com/ Latest entries en Wed, 31 Jul 2013 22:33:00…
user1382802
  • 618
  • 2
  • 12
  • 24
-2
votes
1 answer

XMLPullParser - getText() and getName() returning values off

I need some help understanding how to read the following XML:
Porco
  • 195
  • 1
  • 4
  • 16
-2
votes
1 answer

Can not retrive Source code of a website(getting another source code instead)

I'm trying to retrive source code for this website but instead I'm getting another source code where it says " Please wait while we try to verify your browser...If you are stuck on this page disable your browser addons ..." is there any way around…
pb4now
  • 1,305
  • 4
  • 18
  • 45
-2
votes
1 answer

Suitable way to parse XML in Android

Can anyone advise me a suitable (and fast) ways to parse XML (especially RSS) file in Android? Please don't advise XmlPullParser because it's completelly unacceptable. It could blow up minds.
Mark Zucchini
  • 925
  • 6
  • 11
1 2 3
28
29