cancel
Showing results for 
Search instead for 
Did you mean: 

Read a XLM file

Former Member
0 Kudos

Hi,

how to read a xml file from a webdynpro application and display it in a table?

is there any sample applications regarding this issue..

Please provide suggestions

Thanks,

RPN

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

the above threads may help some extent.

Regards,

ramesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Use DOM or SAX depends on the data and then populate your context

http://www.cafeconleche.org/books/xmljava/

http://www.roseindia.net/xml/dom/

Regards

Ayyapparaj

PradeepBondla
Active Contributor
0 Kudos

Hi,

Useful blog

In order to read the file data we will need to use the "IWDResource.read(boolean readMultiple)" method. This method returns an InputStream.

PradeeP