java - modifying xml document using xml parsers? -


i have xml stored in database table. need xml , modify few elements , put xml in database.

i thinking use jdom or jaxb modify xml elements. please suggest 1 better regarding performance?

thanks!

jaxb , jdom , different things. jaxb serialize java objects xml format , vice versa. jdom reads in xml file , stores in dom tree can used modify xml itself. better if go jdom.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -