Xml nodes

any suggestions how to target this node??
<span class=“title” name=“title”>St John’s Mews, London, W11</span>

this aint doin it for me.
myText.text = textContent.firstChild.nodeName.title;

gracias