Welcome to MSDN Blogs Sign in | Join | Help

Sara Ford's Weblog

My adventures embracing open source on CodePlex and at Microsoft

News

    • Did you know... All author proceeds go directly to sending Hurricane Katrina survivors to college.

      Microsoft Visual Studio Tips book

      Recent Entries

Did you know… You can use the XML Visualizer to view XML? - #321

Let’s say you have a more interesting string that contains xml, say one of the code snippet files.

string with XML content

You can still use the Text Visualizer to view the xml, but that’s not very exciting.

viewing xml using the text visualizer

If you select the XML Visualizer, then you get the xml syntax highlighting.

code snippet file shown in XML Visualizer

Much more exciting!

Technorati Tags: ,
Posted: Thursday, September 25, 2008 3:00 AM by saraford

Comments

Michael Stum said:

Great tip, there seems to be one little caveat though: The XML Visualizer seems to use Internet Explorer, so there may be security issues (i remember getting a message regarding security once when debugging code and an Application that was running on the Network, while using Windows 2003 Server with the High-Security Internet Explorer)

# September 25, 2008 8:15 AM

Steve said:

Please have a look at the new Xml Visualizer v.2:

http://www.codeplex.com/XmlVisualizer

# September 26, 2008 3:37 AM

Tian van Heerden said:

@Micheal Stum: I think the problem lies not with IE but with the ASPNET account (or whichever account IIS runs under on your dev machine) which needs read/write permissions on the Visual Studio Visualizer folder.

There's a note to that effect on Karl Shifflet's blog:

http://karlshifflett.wordpress.com/mole-for-visual-studio/#StandaloneInstallation

# September 26, 2008 7:40 AM

JonR said:

I am looking for a program that will read an XML file and then generate a GUI that will allow editing that file, using XML tags to structure and label the fields.  Does such a program exist?

# September 26, 2008 11:37 AM

Visual Studio Hacks said:

My latest in a series of the weekly, or more often, summary of interesting links I come across related to Visual Studio. Channel 9 Stuff: This Week on C9- New Live Search features, freebies, why TDD fails and Duke Nukem Norman Guadagno- Announcing Visual

# September 29, 2008 7:53 PM

Brutus said:

Great tip! There is also another nice addin, providing additional visualizers and toolwindows. Have a quick look at:

http://www.codeplex.com/tytannet/

# October 24, 2008 3:31 AM

xjb said:

# March 3, 2009 8:23 PM
New Comments to this post are disabled
Page view tracker