Is there a program that will print a nicely formatted tree from XML data?
I am working on a B+ tree programming assignment for class and it would greatly help if I could visualize the tree. It wouldn’t be too hard to output my internal data structure to XML (see below) if there was a program that would render it.
I suggest you instead output in Graphviz format (called DOT). This can give very pretty results, and it has had lots of effort spent on its layout routines. A more general-purpose XML visualizer might not have.