|
|
Hi Guys,
I'm sorry if this is a bit off-topic. I'm not sure under which sub forums should I post this.
I have a fairly large xml file, its actually a config file for voip devices and I need to add/edit values on the xml based on db entries.
I tried the xstream approach ( ) but some of the xml elements cannot be created as objects. Most of them contains - quot;dashesquot;
I hope somebody here can give any suggestion on how I can add or replace values on my xml.
Somehow I was hoping something under spring can help me.
thanks in advance.
Richard
FYI, all
I found out about XOM...
I beleive I can use this to navigate to the xml and replace the value.
case closed. i hope |
|