I have an XML document and want a visual representation (eg. an SVG graphic). Eg.
<set>
<A>
<B>bla</B>
foo
</A>
<A>blub</A>
</set>
Should render to something like:
or something similar like a dendrogram. I don't have any preferences regarding the technology. The easiest way will do.