Is there a plug-in for Visual Studio 2010 to query an XML file using LINQ / XPATH?

There is an XML file. I need to make some statistics (for example, how many nodes do not have a specific attribute, etc.). I do not see anything that would allow me to do this right away. Any suggestions? I am using the XML Tree plugin for Chrome at the moment, but not only outside of VS, but sometimes it doesn’t work for me either.

+7
source share
1 answer

Found this thing: http://visualstudiogallery.msdn.microsoft.com/c5d4671c-2e29-4452-b039-6f931b7b1155/ . Appears, doing what I need, and integrates perfectly into the VS IDE.

+4
source

All Articles