From 3a74df7a5bc18f1b9592e01d5f33ce80bbfd160a Mon Sep 17 00:00:00 2001 From: Wojciech Polak Date: Sat, 5 Jan 2008 22:28:44 +0000 Subject: [PATCH] data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML document's title with the input grammar file name. --- data/xslt/xml2xhtml.xsl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/data/xslt/xml2xhtml.xsl b/data/xslt/xml2xhtml.xsl index e52ee075..85b97c34 100644 --- a/data/xslt/xml2xhtml.xsl +++ b/data/xslt/xml2xhtml.xsl @@ -4,7 +4,7 @@ xml2html.xsl - transform Bison XML Report into XHTML. $Id$ - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2008 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -39,7 +39,10 @@ - GNU Bison XML Automaton Report + + <xsl:value-of select="bison-xml-report/filename"/> + <xsl:text> - GNU Bison XML Automaton Report</xsl:text> +