Pretty XML Tree Viewer

/xml/stylesheets/treeview/html/

File Name  ↓ File Size  ↓ Date  ↓ 
--
2902001-Oct-16 01:10
163032001-Oct-16 02:45
10882001-Oct-16 02:40
80952015-Oct-24 21:03
80382001-Oct-16 02:44

Description: Pretty XML Tree Viewer produces an HTML document that shows, in the form of 'ASCII art', the node structure of an XML document. A CSS 1 stylesheet (tree-view.css) helps render the HTML in an appealing style. There are different ways of representing what's in an XML document. This particular model is what is used by XSLT and is prescribed by Section 5 of the XPath recommendation.

Pretty XML Tree Viewer was written by Mike J. Brown and Jeni Tennison. (Thanks Jeni!)

Requirements: The Pretty XML Tree Viewer is an XSL document that must be applied to a source tree with an XSLT processor. I have tested it with Michael Kay's SAXON and also with MSXML 3.0.

See also: my ASCII XML Tree Viewer, which produces plain text output; and Crane Softwrights' showtree.xsl, which produces an outline view.

You have other options, as well! If you want to see the source tree expressed in XML syntax via an XSLT transformation, and output as XML, you can do either of the following:

If you want to see the source tree expressed in XML syntax via an XSLT transformation, but output within in an HTML document, you can do any of the following: