I have a problem with XPath Axes child::* . this expression $x[1]/child::* correctly selects all child nodes buy this $x[1]/child::y it doesn\'t se
$x[1]/child::*
$x[1]/child::y