I have xslt document which I included inside xml file(the file below). I have aspx page and I want to include this xml file inside this aspx page and when I run aspx page the xslt code in xml to run too. Is it possible ?
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="simpletransform.xslt"?>
<JavacoTea>
Try our new Herbal Tea!
</JavacoTea>