Posts Tagged ‘sunburst’
Generic visualization of XML documents with SVG
Visualizing XML
I am working on a visualization project of XML documents using SVG to generate views.
I have implemented a prototype which can be seen here http://jory.dk/AreaXmlV/
All kinds of valid XML documents can be visualized. It’s a generic approach where the structure of the XML is examined and visualized.
Following hierarchical visualization types are implemented:
Tree, Rectangle, Chinese Boxes, Mindmap, File System and Sunburst.
The project is available at http://code.google.com/p/xml-visual-dotnet/
