]> git.saurik.com Git - bison.git/blobdiff - data/xslt/xml2dot.xsl
package: bump to 2014
[bison.git] / data / xslt / xml2dot.xsl
index 93bec59989345afa569beff8257ef7f1bfbdd93b..b41c749b15c4a2865df42cfb69d1cd12b9579e2e 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2dot.xsl - transform Bison XML Report into DOT.
 
-    Copyright (C) 2007-2013 Free Software Foundation, Inc.
+    Copyright (C) 2007-2014 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
   <xsl:if test="$point = 0">
     <xsl:text> .</xsl:text>
   </xsl:if>
+
+  <!-- RHS -->
   <xsl:for-each select="rhs/symbol|rhs/empty">
     <xsl:apply-templates select="."/>
     <xsl:if test="$point = position()">
   <xsl:value-of select="."/>
 </xsl:template>
 
-<xsl:template match="empty"/>
+<xsl:template match="empty">
+  <xsl:text> %empty</xsl:text>
+</xsl:template>
 
 <xsl:template match="lookaheads">
   <xsl:text>  [</xsl:text>