Re: convert rdf to svg

On Thursday, March 17, 2005, 10:52:48 AM, Puyan wrote:

PAGZ> hi there,
PAGZ> please tell me how can I transfer rdf files into svg with xslt tranformator!
PAGZ> thanx
PAGZ> puyan

With extreme difficulty, in the general case. The same RDF can be
serialised to XML in multiple different ways, which XSLT will have
trouble dealing with.

Converting RDF to an SVG diagram of it is certainly possible, but XSLT
is not a suitable tool for it (even without the variable syntax, you
then need to implement a graph layout algorithm).

Instead, have a look at GraphViz
http://www.graphviz.org/


-- 
 Chris Lilley                    mailto:chris@w3.org
 Chair, W3C SVG Working Group
 W3C Graphics Activity Lead

Received on Thursday, 17 March 2005 15:33:31 UTC