Hi !
Could anyone tell me how to access the data present in XML file from the Java file. Is there any sample code or web site for this.
Thanks
AJP
-
Accessing data in XML file from Java file (2 messages)
- Posted by: A JP
- Posted on: November 21 2001 19:48 EST
Threaded Messages (2)
- Accessing data in XML file from Java file by wangming wangming on November 23 2001 04:37 EST
- Accessing data in XML file from Java file by Francis Ho on December 24 2001 12:06 EST
-
Accessing data in XML file from Java file[ Go to top ]
- Posted by: wangming wangming
- Posted on: November 23 2001 04:37 EST
- in response to A JP
you can solve it with the Parse API(JAXP).In www.ibm.com ,you will find out some of code about it. -
Accessing data in XML file from Java file[ Go to top ]
- Posted by: Francis Ho
- Posted on: December 24 2001 12:06 EST
- in response to A JP
Just use the various JAX* library packages from Sun. You might to check out JAXP in particular.
francis!