node in // the staged `xpath_corpus.xml`. function run($name) { $doc = new DOMDocument(); $doc->load('xpath_corpus.xml'); $xp = new DOMXPath($doc); $expr = "//user[@name='" . $name . "']"; return $xp->query($expr); }