cancel
Showing results for 
Search instead for 
Did you mean: 

Parsing and Updating xml documents in KM

Former Member
0 Kudos

Hi All,

I have a couple of xml files on KM. I need to parse an xml file, retrieve some information and update these to form an element and update to another existing xml file.

Can anyone pls point me to the relevent apis for parsing xml files and also updating them with data? Thanks!

~Prachi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

http://www.dom4j.org/

Hope this helps

Jakub Krecicki

Answers (1)

Answers (1)

Former Member
0 Kudos

It works the same way as outside KM; just use the standard Java XML packages.

Former Member
0 Kudos

resolved.