Looping node list
796602Sep 8 2010 — edited Apr 1 2011Hi,
I have a CLOB field, which contains text, within the text there is an XML message.
I want to find out the following values for the same node user.
------
user1
user2
user3
<?xml version="1.0"?>
<users>
<user>
<name>user1</name>
</user>
<user>
<name>user2</name>
</user>
<user>
<name>user3</name>
</user>
</users>