Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Contributor
omejiasq
Posts: 46
Registered: ‎07-09-2010
My Carrier: Comcel

How i add one xml file to blackberry JDE 5.0.0?

Hello, i need to work as one xml file, and then i need add this file to Blackberry JDE ? if this is so, how i do this?

Please use plain text.
Developer
RexDoug
Posts: 4,764
Registered: ‎07-21-2008

Re: How i add one xml file to blackberry JDE 5.0.0?

Add the file to your project:

 

http://supportforums.blackberry.com/t5/Java-Development/Add-plain-text-or-binary-files-to-an-applica...

 

....then open and parse using the SAX parser or DOM (whichever suits your requirements).

 

Please use plain text.