3a4,6 > xml2vcg.xsl - transform Bison XML Report into VCG. > > modified from: 4a8 > as it is part of bison-2.4.1b 23a28,33 > > usage: generate xml report: > bison -x parser.y > xsltproc -o output.vcg xml2vcg.xsl report.xml > the xsltproc program also needs the file bison.xsl > 40a51 > > > > > /* xml report of automation generated using xml2vcg.xsl with GNU Bison version 2.4.1b */ graph: { title: "Automaton" display_edge_labels: yes splines: yes > > } > > 104a125 > 129a152,179 > > > > > > > > > dotted color: red > > > solid color: green > > > dashed color: blue > > > > > > > > > > > > > > > > > > > > node: { title: " > > " > label: " > > > > " } > > 141a209 > > > > > > > > > edge: { sourcename: " > > " targetname: " > > " linestyle: > > > label: " > > > > " > > } > >