You might look into GraphViz (AT&T) (http://www.graphviz.org/). You
can create a dependency graph (in a text file) and then convert it to
SVG (including many others) with
dot -Tsvg -o outfile.svg infile.dot
The JDepend Java package (http://clarkware.com/software/JDepend.html)
has an XSLT file that converts it's XML generated file to DOT format
for conversion to SVG (using dot).
It's a very easy format to master. And, very powerful.
Good luck.
- ko
Hope this helps.
On 4/5/07, Sato_Alex(_at_)emc(_dot_)com <Sato_Alex(_at_)emc(_dot_)com> wrote:
All:
I'd like to generate an SVG from an XML structure that shows the
parent-child relationships of that XML structure.
Does anyone have any examples?
thx--alex
--~------------------------------------------------------------------
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>
--~--