Hi, How can I traverse this XML to get the node value Mark Test 1.
<gallery_index>
<gallery id="0">
<property id="name"><![CDATA[Mark Test 1]]></property>
</gallery>
<gallery id="1">
<property id="name"><![CDATA[Mark Test 2]]></property>
</gallery>
<gallery id="2">
<property id="name"><![CDATA[Mark Test 3]]></property>
</gallery>
<gallery id="3">
<property id="name"><![CDATA[Mark Test 4]]></property>
</gallery>
</gallery_index>