[android-developers] Re: query on local xml'files

2008-09-18 Thread Pedro Ángel Serrano Trujillo
There's not reason for this. I'll try with this way. thanks 2008/9/18 hackbod [EMAIL PROTECTED] Is there any particular reason you want to parse an XML file stored as raw data. Parsing XML files stored in res/xml with Resources.getXml() is much much faster (10-100x) than a raw XML file.

[android-developers] Re: query on local xml'files

2008-09-17 Thread hackbod
Is there any particular reason you want to parse an XML file stored as raw data. Parsing XML files stored in res/xml with Resources.getXml() is much much faster (10-100x) than a raw XML file. On Sep 17, 3:02 am, Peterman [EMAIL PROTECTED] wrote: Hi I would like to do a query to a local