I have an XML file which in addition to it's standard XML schema allows the use of XSLT.
I am including the correct namespace for XSLT (xmlns:xsl="http://www.w3.org/1999/XSL/Transform") however I am not receiving Intellisense for XSLT when I start typing xsl: tags.
Is it possible to turn this on? When I edit XSLT files it works absolutely fine.