Add <i> support to the stylesheet.
Requested by: ahze
This commit is contained in:
parent
33aab5bb1f
commit
37753d3043
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23352
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||||
|
|
||||||
<!-- $FreeBSD: www/en/gnome/newsflash.xsl,v 1.3 2003/08/26 07:44:05 marcus Exp $ -->
|
<!-- $FreeBSD: www/en/gnome/newsflash.xsl,v 1.4 2004/01/24 07:58:44 marcus Exp $ -->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS" exclude-result-prefixes="cvs">
|
xmlns:cvs="http://www.FreeBSD.org/XML/CVS" exclude-result-prefixes="cvs">
|
||||||
|
@ -84,6 +84,11 @@
|
||||||
|
|
||||||
<xsl:template match="date"/> <!-- Deliberately left blank -->
|
<xsl:template match="date"/> <!-- Deliberately left blank -->
|
||||||
|
|
||||||
|
<xsl:template match="i">
|
||||||
|
<i><xsl:value-of select="self::i"/></i>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
<!-- When the href attribute contains a '$base', expand it to the current
|
<!-- When the href attribute contains a '$base', expand it to the current
|
||||||
value of the $base variable. -->
|
value of the $base variable. -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue