For your second XPath, try this instead: $ctags = $xpath->query("c", $b);. This second XPath is already relative to the 'b' node...if I'm ...
確定! 回上一頁