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
Asked
Active
Viewed 195 times
1 Answers
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
-
have you seen the demo how it is parsing – BBdev Mar 30 '12 at 06:06
-
http://stackoverflow.com/questions/2757990/parse-xml-file-on-blackberry see this link – BBdev Mar 30 '12 at 06:36