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

2011-06-22 Thread Ali Chousein
AFAIK, Google weather API is an undocumented API. This means they can change it anytime based on their own needs and you'll have no reason to complain. You may try alternative sources for weather information. One such source which I'm investigating now is http://www.worldweatheronline.com/ I

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

2011-06-22 Thread Miguel Morales
Make sure you have the INTERNET permission on your AndroidManifest.xml On Wed, Jun 22, 2011 at 3:11 PM, Ali Chousein ali.chous...@gmail.comwrote: AFAIK, Google weather API is an undocumented API. This means they can change it anytime based on their own needs and you'll have no reason to

[android-developers] Re: SAX PARSER

2011-05-05 Thread MEDO
thank you for your post On 5 مايو, 06:35, Robert Massaioli robertmassai...@gmail.com wrote: For the record I think you would be better off with the Simple XML Library:http://massaioli.homelinux.com/wordpress/2011/04/21/simple-xml-in-and... -- You received this message because you are

[android-developers] Re: SAX PARSER

2011-05-05 Thread Streets Of Boston
Yep, good choice. Also Piccolo XML pull/sax parser is a very lean and fast parser: http://sourceforge.net/projects/piccolo/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: SAX PARSER

2011-05-04 Thread Streets Of Boston
What error? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Re: SAX PARSER

2011-05-04 Thread MEDO
thank you for your reply and i got the following exception org.xml.SAXNotRecognizedException: http://xml.org/sax/feature/external=parameter-entities thank you again for your concern Best Regards. On 5 مايو, 00:38, Streets Of Boston flyingdutc...@gmail.com wrote: What error? -- You

[android-developers] Re: SAX PARSER

2011-05-04 Thread Streets Of Boston
Then you need to change your code to not set this sax feature. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: SAX PARSER

2011-05-04 Thread MEDO
how come? if you have any idea about it please help me and share. it`s very important to me to finish this program within the next two day Kind Regards, On 5 مايو, 02:33, Streets Of Boston flyingdutc...@gmail.com wrote: Then you need to change your code to not set this sax feature. -- You

Re: [android-developers] Re: SAX PARSER

2011-05-04 Thread Kumar Bibek
2 days is sufficient to fix a parser :) Search for the right things, and ask the right questions. :) Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Thu, May 5, 2011 at 5:49 AM, MEDO kenando.j...@gmail.com wrote: how come? if you have any idea about it please help me and

[android-developers] Re: SAX PARSER

2011-05-04 Thread Streets Of Boston
If i understand correctly, you wrote the code that uses the SAX parser. I assume you know something about coding with SAX parsers. There is an issue with the 'parameter-entities' feature. Go to http://developer.android.com and search for the SAX parser classes and figure out which SAX

[android-developers] Re: SAX PARSER

2011-05-04 Thread MEDO
thank you Mr.Streets Of Boston for your helpful reply and i appreciate you note thank you again On 5 مايو, 04:32, Streets Of Boston flyingdutc...@gmail.com wrote: If i understand correctly, you wrote the code that uses the SAX parser. I assume you know something about coding with SAX parsers.

[android-developers] Re: SAX PARSER

2011-05-04 Thread Robert Massaioli
For the record I think you would be better off with the Simple XML Library: http://massaioli.homelinux.com/wordpress/2011/04/21/simple-xml-in-android-1-5-and-up/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send