Fix xmlns="" problem.

Submitted by:	simon
This commit is contained in:
Hiroki Sato 2004-05-25 01:18:44 +00:00
parent 2fc12942ab
commit 3fde65f11e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20997

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/en/news/news-rdf.xsl,v 1.4 2001/11/07 15:53:47 nik Exp $ -->
<!-- $FreeBSD: www/en/news/news-rdf.xsl,v 1.5 2003/08/15 17:35:42 simon Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -28,7 +28,7 @@
</xsl:template>
<!-- Generate the <item> elements and their content -->
<xsl:template match="event">
<xsl:template match="event" xmlns="http://my.netscape.com/rdf/simple/0.9/">
<item>
<xsl:choose>
<xsl:when test="count(child::title)">