Ever wish you had Intellisense when creating XSLT documents in VS.NET? Joe Feser (http://www.fesersoft.com) has published an excellent XML schema for XSLT that can be used to provide Intellisense for XSLT documents in VS.NET.
Instructions:
1. Locate your Microsoft Visual Studio.Net installation folder. The default location is Program Files\Microsoft Visual Studio .NET
2. Place the XSD file in the Common7\Packages\schemas\xml directory.
3. Place the xslt file in the Common7\IDE\NewFileItems directory. This will also fix the existing stylesheet (it was missing the xsl prefix).
|