Untitled

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:

[Also posted at My .Net Weblog]