in reply to Re^4: XML::LibXML - parsing question!!
in thread XML::LibXML - parsing question!!
//admin_server:request/*/action
is short for
/descendant::admin_server:request/child::*/child::action
There are three node tests in that path
There is one prefix in that path
(* matches nodes in any namespace)
|
|---|