xsl-list
[Top] [All Lists]

Re: [xsl] (Slightly) OT: Generating SVG Diagram for Schema?

2007-02-23 16:53:06
I've had fun lately using Graphviz (http://www.graphviz.org). It is pie-simple to write XSLT to generate a graph description from any XML instance (xsd or other). Then run it through one of graphviz's layout programs to create the graph. I haven't used SVG output, but it is one of several available output formats.

It might be a stretch to produce conforming UML class diagrams. But you can easily use XSLT+graphviz to create customized visual representations of any object graph that is implicit in an XML document.

--Paul

sthomas2(_at_)ups(_dot_)com wrote:

Slightly off-topic, but does anyone know of or have experience with a
transform that can create an SVG diagram of an XML schema? Something
like a UML class diagram or the schema diagrams created by XML tools
like <oXygen/>

TIA,

Stephen


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--