Be able to add connections to Xml Files
In the Add Connection pane, one should be able to add a connection which allows you to browse to an Xml File (or any file that has an Xml File structure even) and thereby be able to use Linq to Xml to query from that Xml File.
19
votes
tfsjunkie
shared this idea
-
John commented
Again, you can already do this:
XElement.Parse(File.ReadAllText("foo.xml")).Descendants("bar").Dump()