Skip to content

expkg-zone58/ex-graphviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ex-graphviz

XQuery interface for Graphviz with EXPath packaging.

Prerequisites

Requires Graphviz to be installed. dot must be on the path or the GVPATH environment variable to be set to the folder containing dot

Usage

import module namespace ex-graphviz="expkg-zone58:image.graphviz";

ex-graphviz:to-svg("digraph {a -> b}")

Build

Creates dist/ex-graphviz.xar

basex build.xq

Test

basex -t src/test/basic.xq

History