_XQL and stylesheet

HI
Is it a correct URL to apply a stylesheet to my response ?http://taminosrv.itec.net/tamino/XML/Hospital?_xql//patient.xsl=patient/name

(I don’t get the result by this URL)

LOVE

Hello
http://taminosrv.itec.net/tamino/XML/Hospital?_xql//patient.xsl=patient/name

This should work if instead of patient.xsl the full location is used, best is the full URL.

What happens is that a Processing Instruction (PI) is inserted that includes a stylesheet with the URL.
The difference to using the Pass Thru Servlet is that the client receives XML+PI instead of already generated HTML (or what ever is output from the stylesheet) from the servlet.