[android-developers] SAX parser crashes with Permision Denied exeption message when retriving google weather XML.

2011-06-22 Thread ferran fabregas
Hi! I'm trying to get the current temperature via google weather with SAX Parser but i get a permision denied exeption message when i try to get data: Code: /* Get what user typed to the EditText. */ String cityParamString = ((EditText) findViewById(R.id.edit_input)).getText().toString(); String

[android-developers] SAX PARSER

2011-05-04 Thread MEDO
hello everyone i am developing an Android + Google Health program and i need your help my problem is that my code runs very good as java standalone program but when i run it in ANDROID environment it fails and the error about SAX PARSER could you please help me Regards -- You received this

[android-developers] SAX parser problem: crashes on sp ecial chars like umlauts (ö, ü, ä) or ñ

2008-12-29 Thread Yannick
I am parsing xhtml sites with my SAX parser (set up similarly to here: http://www.anddev.org/parsing_xml_from_the_net_-_using_the_saxparser-t353.html): However, the whole thing crashes on special characters like ö ä or ü... How do I handle that? Do I have to tell it anything special about