]> git.saurik.com Git - bison.git/blobdiff - data/xslt/xml2dot.xsl
tests: fix maintainer-xml-check for recent changes.
[bison.git] / data / xslt / xml2dot.xsl
index e106da1e123bcfe666fb26ad63e5fb0307285ff4..887a99171bf113bc209259ad2e48e590e002c03b 100644 (file)
@@ -2,9 +2,8 @@
 
 <!--
     xml2dot.xsl - transform Bison XML Report into DOT.
 
 <!--
     xml2dot.xsl - transform Bison XML Report into DOT.
-    $Id$
 
 
-    Copyright (C) 2007 Free Software Foundation, Inc.
+    Copyright (C) 2007-2010 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
 
     This file is part of Bison, the GNU Compiler Compiler.
 
         <xsl:with-param name="search" select="$search"/>
         <xsl:with-param name="replace" select="$replace"/>
       </xsl:call-template>
         <xsl:with-param name="search" select="$search"/>
         <xsl:with-param name="replace" select="$replace"/>
       </xsl:call-template>
-    </xsl:when> 
+    </xsl:when>
     <xsl:otherwise>
     <xsl:otherwise>
-      <xsl:value-of select="$subject"/>  
+      <xsl:value-of select="$subject"/>
     </xsl:otherwise>
     </xsl:otherwise>
-  </xsl:choose>            
+  </xsl:choose>
 </xsl:template>
 
 </xsl:stylesheet>
 </xsl:template>
 
 </xsl:stylesheet>