Subject: RE: Need to create a line graph from xml data
From: "Emil Soosaithasan" <emils@xxxxxxxxxxxxxxxx>
Date: Wed, 16 Nov 2005 09:52:24 -0500
|
My problem is not about creating genealogical graphs but to simply
create a line graph / column graph showing the data. Is there anybody
else who knows how I can do this??
-----Original Message-----
From: Kaila Kaarle [mailto:Kaarle.Kaila@xxxxxxx]
Sent: Wednesday, November 16, 2005 1:53 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: Need to create a line graph from xml data
Hi,
I have created rather nice genealogical graphs using the
http://www.graphviz.org/ tools.
I first use XSLT to transform my genealogic data to create an input file
for dot (one of graphwiz components) and then I use dot to produce the
graph as a jpeg image.
At least if you don't need to do all on-line this is an easy way to do
it.
Regards
Kaarle Kaila
-----Original Message-----
From: Emil Soosaithasan [mailto:emils@xxxxxxxxxxxxxxxx]
Sent: 15. marraskuuta 2005 18:02
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Need to create a line graph from xml data
Hi all,
I am trying to create a line graph based on the data contained in an xml
file. I am not too sure if its possible to create a line graph through
XSL and wondering if anyone can help me out. I've taken a look at Jenni
Tennison's help page on creating a graph using SVG format, but is there
an easier way to create a line graph through xsl??
Thanks
Emil S.
|