Capitalisation of xml breaks VB.NET Xml Documents in v5
I found this breaking existing code that worked in v4.
Here's a simple example. Paste this into a VB Statement(s) query:
But if you then, say, uncomment the last line, the Xml is noticed and everything fails. Also, Ctrl+Z does not seem to help here.
Here's a simple example. Paste this into a VB Statement(s) query:
Dim x = _ <?xml version="1.0" ?> <test>z</test> Dim y = x.<test> 'y.DumpIf you manually correct the autocapitalisation of the x, and, execute the query immedately, it does work.
But if you then, say, uncomment the last line, the Xml is noticed and everything fails. Also, Ctrl+Z does not seem to help here.
Comments
y.First.Dump
, caused me to notice you've "fixed" dumping XML to use "Rich Text" unless you specify "Data Grids", but that means you lose the "standard" IE xslt that includes the collapsing plus/minuses (which is still available in Data Grids mode).Once you realise what's going on it's not much of a problem, but seeing as your Rich Text already includes some collapsing features, it would be nice if this were available there too.