Sorry I should have checked this first. The XSLT Server extension always produces an XML document that starts with ino:response and so on. This can never be valid HTML. So you need to post-process the result of the transformation if you want HTML output. I did this by writing a small html page that uses the MSXML ActiveX control to get the result of the XSLT transform, the apply a separate, small stylesheet to that result which produces HTML. I have attached the html and stylesheet so you can see what I’m talking about.
If you don’t link this approach, you could use the passthru servlet.
HTH
Sample.zip (775 Bytes)
#Tamino#webMethods#API-Management