Home | History | Annotate | Download | only in xslt

Lines Matching full:report

4     xml2html.xsl - transform Bison XML Report into XHTML.
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"/>
91 GNU Bison <xsl:value-of select="/bison-xml-report/@version"/></a>
92 XML Automaton Report.<br />
100 <xsl:template match="bison-xml-report">
101 <h1>GNU Bison XML Automaton Report</h1>
260 <xsl:variable name="conflict-report">
263 <xsl:if test="string-length($conflict-report) != 0">
265 <xsl:copy-of select="$conflict-report"/>