XSLT 2.0 intellisense in Visual Studio 2010 - Adding a schema?
visual-studio, xml, xsd, xslt
Solution
I'm not certain but, I think this is the schema you want from the W3 site: http://www.w3.org/2007/schema-for-xslt20.xsd
The existing xslt.xsd file (on my install) is here: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Xml\Schemas\
Please could you post back your results - this looks quite interesting.
Problem
I want to be able to get intellisense in XSLT but for version 2.0 in visual studio I know by default XSLT 2.0 isn't support - only 1.0 - but using Saxon API you can use XSLT 2.0. I would love to get intellisense, i think this is possible by adding a XSLT 2.0 schema to visual studio but i am not 100% sure. My question really is where do i get the schema from , i presume i can download it ? and where do i install it in visual studio?