]> git.saurik.com Git - bison.git/commitdiff
(xsl:template match="/"): Change footer text.
authorWojciech Polak <polak@gnu.org>
Thu, 21 Feb 2008 17:07:33 +0000 (17:07 +0000)
committerWojciech Polak <polak@gnu.org>
Thu, 21 Feb 2008 17:07:33 +0000 (17:07 +0000)
data/xslt/xml2xhtml.xsl

index 85b97c348e8ce613e20a5b53226a2bfc20a24290..b2be72b0978141008cb7c5ef5f9cca3c780858b2 100644 (file)
     <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>