There is a code that is applied to XML
$Xlist = $xpath->query('./namespace::*', $node)
What is supposed to be returned as a result of execution?
There is a code that is applied to XML
$Xlist = $xpath->query('./namespace::*', $node)
What is supposed to be returned as a result of execution?