The following query does not work
doc("proiel.xml")/*/value[@summary="agens"]
But this one does
//value[@summary="agens"]
Here are the screenshots, attached.
As indicated in my last mail, "XQuery" is the mode that's recommended for queries ("Find" is mostly suitable for keyword searches):
http://docs.basex.org/wiki/GUI#Querying
doc("proiel.xml")/*/value[@summary="agens"]
But this one does
//value[@summary="agens"]
Here are the screenshots, attached.
basex-talk@mailman.uni-konstanz.de