I am making a REST call that returns XML from within a Widget in Zendesk using an <iframe/>.
I would like to use XSLT to transform the XML into HTML that is rendered within the <iframe/>
Is there any way I can write my XSLT inline, and have the <iframe/> somehow execute the xslt transformation, yielding the HTML to show in the <iframe/>?