Replacing XML element value through Java code
843834Jun 21 2001 — edited Jul 23 2001HI ,
Can anyone tell me how to replace the value of an XML doucment child element through Java code.
for example I would like to replace the item price with another value, leaving the rest of the data as it is.
<items>
<item>
<title>Empire Burlesque</title>
<quantity>1</quantity>
<price>10.90</price>
</item>
</items>