]> git.saurik.com Git - bison.git/blobdiff - data/xslt/xml2dot.xsl
POSIX: warn if %prec's token was not defined.
[bison.git] / data / xslt / xml2dot.xsl
index d1d2691ac908ea40c6ad0480aa7da9dde7f4d422..2b897e0cf8e4cada5110328be6b5301d179c8325 100644 (file)
@@ -2,9 +2,8 @@
 
 <!--
     xml2dot.xsl - transform Bison XML Report into DOT.
-    $Id$
 
-    Copyright (C) 2007 Free Software Foundation, Inc.
+    Copyright (C) 2007, 2008-2009 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
@@ -61,7 +60,7 @@
 </xsl:template>
 
 <xsl:template match="item">
-  <xsl:apply-templates select="key('bison:ruleNumber', @rule-number)">
+  <xsl:apply-templates select="key('bison:ruleByNumber', @rule-number)">
     <xsl:with-param name="point" select="@point"/>
   </xsl:apply-templates>
   <xsl:apply-templates select="lookaheads"/>