a3li 15/03/14 19:24:57 Modified: guide.xsl Log: Disable GLSA parsing (hopefully)
Revision Changes Path 1.261 xml/htdocs/xsl/guide.xsl file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.261&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.261&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guide.xsl?r1=1.260&r2=1.261 Index: guide.xsl =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/guide.xsl,v retrieving revision 1.260 retrieving revision 1.261 diff -u -r1.260 -r1.261 --- guide.xsl 9 Jun 2013 18:10:31 -0000 1.260 +++ guide.xsl 14 Mar 2015 19:24:57 -0000 1.261 @@ -422,7 +422,8 @@ </xsl:for-each> <!-- GLSAs from my own glsa-index.xml, i.e. not Gentoo's --> - <xsl:for-each select="$GLSAs//glsa"> + <!-- XPATH shouldn't find anything, hence disabling GLSA parsing --> + <xsl:for-each select="$GLSAs//glsaDISABLED"> <!-- <xsl:sort select="date" order="descending"/> Can't sort on English dates, they should be sorted in the source file --> <xsl:if test="position() <=$newsitemcount"> <!-- convert bloody dates like 'July 29, 2006: 02' to YYYY-MM-DD -->