Ben bir xml dosyası var
<category>
<type name="SWEATERS">
<product id =1>
<itemNumber>1</itemNumber>
<name>ProductA2</name>
<price>345</price>
</product>
</type>
<type name="PANTS">
<product id=2>
<itemNumber>4</itemNumber>
<name>Product Test </name>
<price>456</price>
</product>
</type>
</category>
Ben XQuery'yi kullanılan
$xml->xpath('//category/type/product[@id=1]');
Söndürmek ItemNumber adını verir ve i tip adını alabilirsiniz price.How Ben kazak demek