cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to read XML Values using JAVA

Former Member
0 Likes
343

Hi FRNDS,

I uploaded one XML File in imported Archieves, i have to read the value form XML uisng JAVA code,

using XSL able to read like xsl variable name='TimeZone' select =$linkDoc//...........*

But using java i have to read the value from XML,is it possible to read the value??

please give me some sample code.

regards,

Raja Sekhar

View Entire Topic
Former Member
0 Likes
But using java i have to read the value from XML,is it possible to read the value??

Check the below JAVA code from help:

http://help.sap.com/saphelp_nwpi71/helpdata/en/55/7ef3003fc411d6b1f700508b5d5211/content.htm

you can ignore the XSLT part and configure only the JAVA code...check if this suits your needs.

Regards,

Abhishek.