How can I extract the value of an attribute node via XPath?
A sample XML file is:
for all xml with namespace use local-name()
//*[local-name()='Parent'][@id='1']/*[local-name()='Children']/*[local-name()='child']/@name