-1

I want to parse xml file present on my computer into a project.I m using blackberry eclipse java plug-in environment.Please tell me the whole procedure, as i m a beginner.........thanks in advance

henrywright
  • 10,070
  • 23
  • 89
  • 150
Aman..
  • 11
  • 4

1 Answers1

0

Have you looked at The demo XML DEMO comes with Blackberry eclipse plugin for blackberry. Copy your XML file in the res folder in the blackberry project. And You can use SAX Parser or DOM Parser to parse the XML file.

BBdev
  • 4,898
  • 2
  • 31
  • 45