tags:

views:

99

answers:

1

Hi

How can i fetch xml data in blackberry SDK 4.5.

Any help would be much appreciated!

Thanks

+1  A: 

See the class Connector

This way you will be able to open a file or a httpConnection to a Webservice

when the file is open use a parser to parse the file

Michael B.