I have an XML document and made an XSLT to output is as HTML and viewed the output in the IDE. Now I want to create an XSLT to output as text file, but the 'Show XSLT Output' only shows me the HTML. How do I switch it to the text output XSLT?
I even put in the line:
<?xml-stylesheet type="text/xsl" href="NotaryExport.xslt" ?>