Intro to XPathmania - Extending Visual Studio 2005 to Support XPath Development
Posted by: DonXML Demsaks All Things Techie,
on 07 Jul 2006 |
View original | Bookmarked: 0 time(s)
Something that has been on top of my list of improvements needed for XML in Visual Studio is better support for writing and testing XPath queries. Currently, the only way to write and test your XPath statements is to either create your own console or Window application, create a test XSLT (using the XSLT debugger), or worse, put break points in your code, and use the edit and continue feature. Well, I heard that Visual Studio extensibility has been greatly improved in Visual Studio 2005,...