Problem with updatexml() [message #92804] |
Mon, 31 January 2005 03:24 |
Manoj
Messages: 101 Registered: August 2000
|
Senior Member |
|
|
Hi Experts,
I have one problem , there is one tag( numbers/item) in my xml which is null.this xml is already inserted in oracle column. now i want to replace this null value to some other value, but using Updatexml I am unabe to do the. this updatexml works perfectly if this tag has some value except null. what is the reason.
This is XML
-------------------------
things>
countries>
item x=1 India /item>
item x=2 Egypt /item>
item x=3 Italy /item>
/countries>
numbers>
item x="1"/>
item x="2" 101 /item>
/numbers>
/things>>
Please help me it is urgent.
|
|
|