Posts Tagged ‘Transformation’
Visualization of XML documents and transformations
I have finished my master studies.
My Master Thesis in Danish can be read here (abstract in English and link to a pdf file in Danish).
The Thesis is about how you can visualize XML-data.
The Thesis report has lots of figures and even if you can’t read Danish it should be possible to see the idea of how different visualization styles can be applied.
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/
