Deepak Sharma's Blog

Commentary on Microsoft & Innovation happening around.

News

www.flickr.com
This is a Flickr badge showing public photos from DeepakSharma123. Make your own badge here.

My Blogs

HTML Tree Graph

Found an implementation of HTML tree graph on an unknown weblog to me. I really liked it. Basically it uses XSLT to convert a XML file to pure HTML. But then this guy had used Java to convert the XML to HTML. Well, apparently one line does this in ASP.Net. This line:

<asp:Xml id="myXml" DocumentSource="tree.xml" TransformSource="tree.xslt" runat="server" />

Here's the output:

Output of HTML Tree Graph  

Comments

No Comments