dleslie 01/01/24 14:36:34
Modified: java/xdocs/style/stylesheets bugs.xsl Log: Removed unused stylesheet parameter declaration. Revision Changes Path 1.3 +0 -2 xml-xalan/java/xdocs/style/stylesheets/bugs.xsl Index: bugs.xsl =================================================================== RCS file: /home/cvs/xml-xalan/java/xdocs/style/stylesheets/bugs.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bugs.xsl 2001/01/02 22:22:13 1.2 +++ bugs.xsl 2001/01/24 22:36:34 1.3 @@ -7,8 +7,6 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml"/> - <xsl:param name="package-root" select="'../../../src/'"/> <!-- root of destination for package.html files --> - <xsl:template match="Sprs"> <xsl:comment>This XML fragment contains a list of open bugs to be included in an <s3> section of readme.xml</xsl:comment> <xsl:if test="count(Spr[string(State)='Open'] [string(Subsystem)!='Other'])>0">
