I have this block of xml.
<procedure>
<name1>first</name1>
<name2>second</name2>
<name3>third</name3>
</procedure>
How can I retrieve the values (first, second, third - this I can do) and attributes (name1, name2, name3) as an XPath Expression?
Thank you