update an record by PHP api???

hi,

how can i update an record in a collection using the PHP API. I can delete a record and add an record but cannot modify one… how can i do this without delete and add method?

hope someone can help me…

thanks a lot.

Greets Stefan

simply using the standard $tamino->xquery() with ‘update’ script…

can you post an example, I tried it but could’nt fix it…

thanks. Stefan

thanks… Tried a bit harder and it worked. was a qouting problem …" ’ ’ "…