Yes, Dave, I have had the same thoughts. I wonder if there is an XML based graph and chart thingy that could handle something like
<graph type="line"> <title> Profits </title> <data> <x>30</x> <x>40</x> <x>50</x> <y>10</y> <y>20</y> <y>30</y> </data> </graph> I wonder if this could be translated into SVG.... Dean Nelson In a message dated 07/21/09 21:45:56 Pacific Daylight Time, [email protected] writes: Am I the only one that would like an easier way of generating simple graphs (perhaps line and bar chart) in docbook? It seems such a pain to go out to an SVG tool and draw it when XML XSLT could do it for us from a (slightly modded) table? Anyone else? regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
