Schema Explorer
Schema Explorer visualizes XML files regardless of data or schema. This is a technical prototype and schema summarization has not yet been implemented.
Try it out!
-
Check out the repository
git clone https://github.com/vexillifer/schema-vis.git
-
Place an XML file in data/
-
Edit coffee/vis.coffee to point to your data:
- d3.xml "data/AERL-short.ifc.xml", render_vis + d3.xml "data/YOURDATA", render_vis
-
Run an HTTP server, e.g.:
python -m SimpleHTTPServer 8888
-
View the visualization:
http://localhost:8888/index.html