
February 6th, 2007, 02:16 AM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 6
Time spent in forums: 3 h 12 m 51 sec
Reputation Power: 0
|
|
|
J2ME problem in parsing XML file
Hi all,
I am doing a small program retrive data from xml file and using those details i am doing some process. My xml file in my hardisk as C:/WTK23/apps/XML in Source/res/XMLinSource.xml
. I am not able to get or connect to the xml file. Help me to retrive data from xml. I gave as follows
InputConnection connection = (InputConnection) Connector.open("file://C:/WTK23/apps/XML in Source/res/XMLinSource.xml", Connector.READ);
parse(connection.openInputStream());
Thanks in advance
Regards,
Dhanalakshmi
|