|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Generating SVG of an XML diagram
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@xxxxxxx <Sato_Alex@xxxxxxx> wrote: All:
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






