Using xslt in your VS.Net projects....you need this.

The standard schema for xslt that came with VS.Net 2003 didn’t have the xsl: namespace prefix on it, and was pretty lacking.  A better schema file can be found online.  It was created by Joe Feser.  Once you download it, extract the zip file to a temp directory and read the readme file.  It tells you how to incorporate it into your vs.net install (simply copying files where it tells you to).  Very nice….I’ve been using it for some time.  I had to download it again for a client machine I’m working on and thought I should post about it.

Hopefully Whidbey will have better support for xslt development.