Web Hosting Talk







View Full Version : [C#] Visual Representation of XSD Schema File, how is it done?


latheesan
05-05-2009, 06:07 PM
Hello,

I am working on a simple xml editor and when i was researching into existing xml editors and how they look like / functionalities they offer etc... and i came across this -> http://www.softwaregeek.com/images/full/li...itors-33121.png

Liquid XML offers visual representation of XSD Schema File so that the end user can see an overview of his XSD file.

So, I was wondering, how are they able to create a visual representation of the XSD?

Can this be done in C# using VTD-XML?

This sort of feature, is it offered by some kind of third-party control?

Were there any articles/tutorials/guides posted here/elsewhere on how to create this visual representation of a given XSD file?

I not looking to re-create the exact same feature as liquid web. I am curious as to how it was done and possibly create a simple cut-down version for my xml editor. So, im only after info. Any info on this will be much appreciated. Thanks.