I have this website i need to parse for an android app.
http://www.wow-coupons.com/rss_online_coupons.xml
I am using the code AndroidXml from the below site to parse
There are no syntax errors in the xml file. Other websites work for the same code.
If there is a connection problem, how do I resolve it?
Please help.
Thanks,
Siri
I just tested your feed with the BuzzBox SDK demo app and it is parsed fine.
See http://hub.buzzbox.com/android-sdk/demoapp
You can get the SDK and integrate it in your App.
Or you can rewrite the parser. The SDK is using
org.xml.sax.XMLReaderandjavax.xml.parsers.SAXParser