Return query result without ino:id

How can I return the query result without the “ino:id” attribute added by the Tamino

What tools are you using? The .Net API, for example, provides several methods for returning the data document separately from the Tamino attributes.

Douglas Kelly,
Principal Consultant
Software AG, Inc
Sacramento, California

I am using either Tamino’s Java API, or PHP API.

ok, looks like your question has been answered in the Java API forum.

Douglas Kelly,
Principal Consultant
Software AG, Inc
Sacramento, California

Still, what about PHP API? Do you know anyting about that?

The PHP API does not modify the returned documents, so if you send a normal X-Query via the query-method, you will get a result including the ino:id attributes - if however you send a Plain-URL-Addressing request via the plainUrlAddressing-method or an XQuery request via the xquery-method, then the resulting XML document will not include the ino:id attributes.

regards,
Heiko Weber