Fix xmlns="" problem.
Submitted by: simon
This commit is contained in:
parent
2fc12942ab
commit
3fde65f11e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20997
1 changed files with 2 additions and 2 deletions
|
@ -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)">
|
||||
|
|
Loading…
Reference in a new issue