xml: slight improvement of the DOT output
authorAkim Demaille <akim@lrde.epita.fr>
Fri, 19 Oct 2012 09:28:59 +0000 (11:28 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Fri, 19 Oct 2012 10:56:48 +0000 (12:56 +0200)
This was completely forgotten...  Nothing about XML is actually
documented...

* data/xslt/xml2dot.xsl: Use boxes, and Courier font.

data/xslt/xml2dot.xsl

index 219faa2..111613c 100644 (file)
   <xsl:call-template name="escape">
     <xsl:with-param name="subject" select="$filename"/>
   </xsl:call-template>
-  <xsl:text>"&#10;{&#10;</xsl:text>
+  <xsl:text>&#10;{
+  node [fontname = courier, shape = box, colorscheme = paired6]
+  edge [fontname = courier]
+
+</xsl:text>
   <xsl:apply-templates select="state"/>
   <xsl:text>}&#10;</xsl:text>
 </xsl:template>