http://www.martin-loetzsch.de/DOTML   library module

Summary
The dotML library provides conversion from dotML format to Graphviz dot. 'DotML' is a XML based syntax for the input language 'Dot' used by Graphviz. This application includes an XSLT transform to convert 'DotML' to 'dot' developed by Martin Loetzsch. The dotml:to-dot() function invokes this transform.
Tags
See also: http://www.martin-loetzsch.de/DOTML/

Version: 0.2.1

Functions

dotml:to-dot

Summary
transform DotML to dot
Signature
dotml:to-dot( dotml  as  element(dotml:graph) ) as  xs:string
Parameters
  • dotml as element(dotml:graph) The dotML node to convert.
Return
  • xs:string: graphviz dot string

Namespaces

The following namespaces are defined:

Prefix Uri
dotml http://www.martin-loetzsch.de/DOTML
xslt http://basex.org/modules/xslt

Original Source Code

Not available