Remove a bogus namespace from the RSS generation stylesheet that fixes the

display in Opera.
This commit is contained in:
Joe Marcus Clarke 2005-09-20 23:35:29 +00:00
parent 6dd60ed2c6
commit 8d451f4965
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25723

View file

@ -1,15 +1,14 @@
<!-- $FreeBSD: www/en/gnome/rss.xsl,v 1.2 2002/11/24 08:43:31 marcus Exp $ -->
<!-- $FreeBSD: www/en/gnome/rss.xsl,v 1.3 2004/01/24 07:58:44 marcus Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdf1="http://my.netscape.com/rdf/simple/0.9/"
version="1.0">
<xsl:import href="../includes.xsl"/>
<xsl:import href="includes.xsl"/>
<xsl:variable name="base" select="'..'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/rss.xsl,v 1.2 2002/11/24 08:43:31 marcus Exp $'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/rss.xsl,v 1.3 2004/01/24 07:58:44 marcus Exp $'"/>
<xsl:variable name="title" select="'FreeBSD GNOME Project News System'"/>
<xsl:output type="xml" />