android - Problem with parsing xml file -
i have website need parse android app.
http://www.wow-coupons.com/rss_online_coupons.xml
i using code androidxml below site parse
there no syntax errors in xml file. other websites work same code.
if there connection problem, how resolve it? please help.
thanks, siri
i tested feed buzzbox sdk demo app , parsed fine.
see http://hub.buzzbox.com/android-sdk/demoapp
you can sdk , integrate in app. or can rewrite parser. sdk using org.xml.sax.xmlreader
, javax.xml.parsers.saxparser
Comments
Post a Comment