Hi to all,DBA masters.
How can i update my xml document in the command editor?
for this example
<user>
<name>
<first>Jemz</first>
<mi>k</mi>
<last>gimz</last>
</name>
</user>
now i want to update <first>Jemz</first> into <first>jemz</first>
how can i do this.Thanks in advance