Home | History | Annotate | Download | only in xslt

Lines Matching full:bison

4     xml2html.xsl - transform Bison XML Report into XHTML.
8 This file is part of Bison, the GNU Compiler Compiler.
29 xmlns:bison="http://www.gnu.org/software/bison/">
31 <xsl:import href="bison.xsl"/>
42 <xsl:value-of select="bison-xml-report/filename"/>
43 <xsl:text> - GNU Bison XML Automaton Report</xsl:text>
87 <xsl:apply-templates select="bison-xml-report"/>
90 <a href="http://www.gnu.org/software/bison/" title="GNU Bison">
91 GNU Bison <xsl:value-of select="/bison-xml-report/@version"/></a>
100 <xsl:template match="bison-xml-report">
101 <h1>GNU Bison XML Automaton Report</h1>
273 <xsl:apply-templates select="." mode="bison:count-conflicts" />
330 <xsl:for-each select="key('bison:ruleByRhs', @name)">
340 <xsl:if test="key('bison:ruleByLhs', @name)">
342 <xsl:for-each select="key('bison:ruleByLhs', @name)">
346 <xsl:if test="key('bison:ruleByRhs', @name)">
347 <xsl:if test="key('bison:ruleByLhs', @name)">
351 <xsl:for-each select="key('bison:ruleByRhs', @name)">
452 select="key('bison:ruleByNumber', current()/@rule-number)"
457 select="key('bison:ruleByNumber', $prev-rule-number)/lhs[text()]"
556 <xsl:when test="name(key('bison:symbolByName', .)) = 'nonterminal'">
647 select="key('bison:ruleByNumber', current()/@rule)/lhs[text()]"