XML/XSD graphical representation of the tree
问题 I have constructed a XML file and generated a XSD file from it. The XML is almost empty as there are elements but without value : <parent> <child1/> <child2/> </parent> What I'm looking for is a soft that could convert my XML (or its associated schema) into a graphical representation as a tree : parent | | _______________________________ | | | | child1 child2 with cute boxes, colors and so on. Any suggestion ? Thanks 回答1: In general, it would be helpful to understand why you would be doing it