假设我有一个place_categories.xml文件,如下所示,这是纯 xml 文件,没有从任何数据库中检索:
<category>
<pcid>23533</pcid>
<name>Designer Clothing Shop</name>
<sub_category>shopping</sub_category>
</category>
<category>
<pcid>23540</pcid>
<name>Dim Sum Restaurant</name>
<sub_category>food & drink</sub_category>
</category>
如何找到这样的:在PHP 和 JQuery中选择名称、子类别 where pcid= 23540并产生
点心餐厅
食物和饮料