Using Xquery with PHP on Tamino 2.3: help!

I’m desperately seeking how posting arguments for the method “xquery” of PHP API; while method “query” is OK , i.e:
----------------------------
$tamino=&new TaminoAPI(…);
$tamino->setCollection(…);
$tamquery=“/root[node="name"]”;
if (!($tamino->query($tamquery)))
thfPrintError($tamino);
else …
----------------------------
any argument, of any type, passed to
$tamino->xquery(…)
give a “Tamino Error 8554: No message received”
Can anybody help me?
Thx
Nick

Hello!

If you want to use xquery method of PHP API you should upgrade you Tamino into 4 version. :slight_smile:

best regards,
Dariusz Baumann

Hi Dariusz,
thank you very very much!
I was desperated… :eek:

Thanks again :stuck_out_tongue:
Nick