URL Query and XQL:RESULT tags

I’ve stored a well-formed XML document in Tamino (no schema). I query Tamino via this URL: http://localhost/tamino/database/ino:etc?_XQL=/myDocument.

Is there a way to get my document back as a result without the surrounding xql:result tags (and all the other informational stuff, like all the ino:response & ino:message nodes)? What would the query URL look like?

Thank,
FX

http://localhost/tamino/database/ino:etc/myDocument/@nnnn

where nnnn is the ino:id of the document

or if you have assigned the document a name “XXXX”

http://localhost/tamino/database/ino:etc/myDocument/XXXX


The document has no wrapper and no ino: markup