Convert XML return Object (URGENT)

Any one who can explain on how to convert Tamino’s xml return data to String, in order to display on a web page, Please send me code if possible

Just create create an XSL to transform your XML data into Text or HTML (better). Store this XSL in Tamino.

From your web pages, call the Tamino pass-thru servlet with this kind of query (left part is the XML data query, right part is the XSL transformation) :

http://localhost/servlet/styler/tamino/mydb/mycollection?_xql=mydoctype&_xslsrc=myxslcollection/myxsldoctype/mystylesheet.xsl