Retrieving a subset of XML nodes with PHP

前端 未结 5 1712
无人及你
无人及你 2020-12-20 00:48

Using PHP, how do I get an entire subset of nodes from an XML document? I can retrieve something like:


5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-20 01:05

    See http://www.php.net/manual/en/domdocument.getelementsbytagname.php

提交回复
热议问题