Use a SAX parser to parse the XML, see http://developer.android.com/reference/javax/xml/parsers/SAXParser.html.
Dave On Tue, Jun 9, 2009 at 7:36 PM, [email protected]<[email protected]> wrote: > > Right this is the problem. I am trying to find specific words within > this large OPML file which content is > > :http://news.bbc.co.uk/rss/feeds.opml > > The file is a large list of rss feeds for various bbc news items - and > I need to parse it to find specific feeds. > > Currently I am doing it as follows: > > http://pastebin.com/m15e0ea5f > > This is fairly fast if i search for say "celtic" however if you enter > "w00f" and run the command it will be disgustingly slow. > > Can anybody demonstrate how I can parse this opml file using the > android xml parsers please - because i have tried, and tried, and > tried and cannot get it to do it! > > Cheers > > Andy > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

