Problem reading XML

Hi,

i’ve got :

<item ref=‘2’ label=‘Item Label’ view=‘3’>
<data>Here’s the item data</data>
</item>

and when I do :

path.childNodes[0]

if i trace it, i’ve got this : <data>Here’s the item data</data>

??

How can I get only the value without the tags ??