PHP and Tamino

Hi,

Anybody know how to talk to tamino xml database using php…? any suggestion?

Thanks
Markus

  1. short term solution: program directly against the HTTP interface (using URL objects and building things like http://server/tamino/db/collection?_xql=data with a String manipulation); use XML and XSL-T php libs for processing the Tamino responses.

    2. laying the groundwork (for others): encapsule the whole nasty parts of (1) in a fine Tamino Access Lib (and put it in the public domain?).

    Best regards, Andreas