Happalialg
New Member
\[code\]<root><title>Title<id>244</id></title><value>sample</value></root>\[/code\]In the above xml, i have to update the content of title tag with another value say "Hello".So that my XML becomes like\[code\]<root><title>Hello<id>244</id></title><value>sample</value></root>\[/code\]But I'm not to achieve the same by using DOM Parser in Java.Anyone have any suggestions?