Prova così Codice PHP: $query= "/items/item[fieldName/text()='pippo']"; //oppure $query= "/items/item/title[@fieldName = 'pippo']"; $items= $this->xp->query($query); dai un occhio qui e qui Afaik un tool molto utile è eclipse che ha un utility per le query xPath.
$query= "/items/item[fieldName/text()='pippo']"; //oppure $query= "/items/item/title[@fieldName = 'pippo']"; $items= $this->xp->query($query);
Without faith, nothing is possible. With it, nothing is impossible http://ilwebdifabio.it
Regole del Forum