Burada benim xml DOM.
<entities>
<entity id="7006276">
<title>xxx</title>
<entities>
<entity id="7877579">
<title>xxx</title>
<entities>
öylesine i bunun için bazı 'işletmenin' öğelerini oluşturmak için alt 'kişiler' erişebilecek kimliği 7006276 ile 'varlık' almak istiyorum.
ben denedim:
$this->xmlDocument = new DOMDocument();
// some code creating the above elements (you dont have to care about this comment code...it just creates the above xml structure
// $this->xmlDocument->createElement('entity');
// $sourceEntityElement->appendChild($newEntityElement);
// and so on...
// now i want to get the entities mentioned...
$xmlEntities = $this->xmlDocument->getElementById('7006276')->entities;
ama çalışmak için görünmüyor. i almak nasıl bir fikir bu yüzden daha 'işletmenin' elemanları yaratabilir?