You can instruct Tamino to include an XSL processing instruction of the form:
<?xsl:stylesheet href='stylesheet'?>
in the response document. Browsers that are capable of interpreting such processing instructions (such as Microsoft Internet Explorer 5) will apply the XSL transformation to the response document.
To do this, append the URL of the required XSL stylesheet to the "_XQL" specification (see Composing a Query above), for example:
_XQL//aaa/bbb.xslt
This expands to <? xsl:stylesheet href='/aaa/bbb.xslt'
?>
. If the browser is able to perform the XSL transformation, the
response document is transformed according to the styles specified in the
stylesheet.