http://qs321.pair.com?node_id=1043103


in reply to Re^2: How to parse xml with namespase vale in XMl:LibXML? (xmllint --shell setns / xpathtester)
in thread How to parse xml with namespase value in XMl:LibXML?

But when I am trying to access the nodes as below I don't get any value.
print $chapter_node->findvalue('./book:locator/@xlink:href') . "\n";
Could you please elaborate a bit or point out where I am committing mistake?