Getting all nodes with the same name using xpath for a BMECAT XML file?

后端 未结 0 1264
野性不改
野性不改 2021-01-26 16:42

This is my code:

$xml = file_get_contents(\'C:\\myxml.xml\');
$dom = new DOMDocument();
$dom->loadXML($xml);
$xpath = new DOMXPath($dom);
$xpath->registerN         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题