zeeshan
zeeshan

Reputation: 251

Parse XML on BlackBerry

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

Answers (1)

Vicente Plata
Vicente Plata

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

Related Questions