bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

xml2xhtml.xsl: new footer text


From: Wojciech Polak
Subject: xml2xhtml.xsl: new footer text
Date: Thu, 21 Feb 2008 18:21:08 +0100

I committed this. (feel free to improve it if you want)

2008-02-21  Wojciech Polak  <address@hidden>

* data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer text.


Index: xml2xhtml.xsl
===================================================================
RCS file: /sources/bison/bison/data/xslt/xml2xhtml.xsl,v
retrieving revision 1.10
diff -p -u -r1.10 xml2xhtml.xsl
--- xml2xhtml.xsl       5 Jan 2008 22:28:44 -0000       1.10
+++ xml2xhtml.xsl       21 Feb 2008 17:05:58 -0000
@@ -87,14 +87,13 @@
     <body>
       <xsl:apply-templates select="bison-xml-report"/>
       <xsl:text>&#10;&#10;</xsl:text>
-      <div id="footer"><hr />
+      <div id="footer"><hr />This document was generated using
       <a href="http://www.gnu.org/software/bison/"; title="GNU Bison">
       GNU Bison <xsl:value-of select="/bison-xml-report/@version"/></a>
-      XML Automaton Report, written by
-      <a href="http://www.gnu.org.ua/~polak/"; title="Wojciech
Polak">Wojciech Polak</a>.
-      Copyright (C) 2007, 2008 Free Software Foundation, Inc.<br />
-      Verbatim copying and distribution of this entire page is
permitted
-      in any medium, provided this notice is preserved.</div>
+      XML Automaton Report.<br />
+      <!-- default copying notice -->
+      Verbatim copying and distribution of this entire page is
+      permitted in any medium, provided this notice is preserved.</div>
     </body>
   </html>
 </xsl:template>







reply via email to

[Prev in Thread] Current Thread [Next in Thread]