Reputation: 251
I need to have URL contents as String in blackberry. As you know blackberry is not supported Java Native URL class. Please give me one more good example.
Upvotes: 0
Views: 459
Reputation: 3380
Read about SAX. It's a good friend. An example tutorial:
http://jsinghfoss.wordpress.com/2009/09/06/sax-parsing-revising/
Upvotes: 2