how to retrieve non xml data using interactive interface

I got success to retrieve non xml data using a url.But I want to know how to retrieve non xml data using a interactive interface.

You can’t retrieve a nonXML document using the Tamino Interactive Interface. (Despite what it says in the Tamino documentation)

If you try and use TII to retreive nonXML all that you will get back are the ino:id’s and ino:docnames back because the TII issues:
http://xxx/tamino/myDB/coll?_xql(0,16)=nonxmldoctype

To get the contents you need to specify an absolute path to the nonXML document either using ino:id :
http://xxx/tamino/myDB/col/nonxmldoctyoe/@1
or ino:docname
http://xxx/tamino/myDB/col/nonxmldoctype/XYZ.gif

and TII does not do this.