What is the XPath expression that selects the value attribute in the
following xml?
<?xml version="1.0"?>
<root xmlns="http://a/" xmlns:a="http://a/">
<child a:value="1"/>
</root>
following xml?
<?xml version="1.0"?>
<root xmlns="http://a/" xmlns:a="http://a/">
<child a:value="1"/>
</root>
Comment