Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
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