Re: [xsl] xml to svg graphs

Subject: Re: [xsl] xml to svg graphs
From: "Martynas Jusevičius martynas@xxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 28 Jan 2026 13:56:33 -0000
Hey Dave,

Not a direct replacement, but FWIW I have a stylesheet that transforms RDF
graphs (via the RDF/XML format) to force-directed SVG layouts:
https://github.com/AtomGraph/Web-Client/blob/master/src/main/webapp/static/co
m/atomgraph/client/xsl/converters/RDFXML2SVG.xsl

The RDF/XML structure might be specific to "normalised" Jena's RDF/XML
output (can't exactly recall now).
https://jena.apache.org/documentation/tools/#riot-and-related

Martynas
atomgraph.com

On Wed, Jan 28, 2026 at 2:48b/PM Dave Pawson dave.pawson@xxxxxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> A long time ago...
>   Jakob wrote some code, now resident (rotting?)
> on Google code.
> https://code.google.com/archive/p/graph2svg/downloads
>
> At the time he use fxsl and exsl for the math(s).
>
> IMHO this is well worth bringing up to date.
> I asked Jakob and received no reply.
>
> Saxon math 'extension' only lacks abs,  from
> my early trials?
>
> If anyone with a mathematical bent has time
> to do the xslt world a favour, I would certainly
> appreciate it.
>
> regards
>
>
>
> --
> Dave Pawson
> XSLT XSL-FO FAQ.
> Docbook FAQ.
> XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
> EasyUnsubscribe <http://lists.mulberrytech.com/unsub/xsl-list/3206323> (by
> email <>)

Current Thread