| 1 |
<?xml version="1.0" encoding="utf-8" ?> |
<?xml version="1.0" encoding="utf-8" ?> |
| 2 |
|
|
| 3 |
<!-- |
<!-- |
| 4 |
# Copyright 2002-2008 Raphaël Hertzog and others |
# Copyright © 2002-2008 Raphaël Hertzog and others |
| 5 |
# Copyright 2007-2008 Stefano Zacchiroli |
# Copyright © 2007-2009 Stefano Zacchiroli |
| 6 |
# This file is distributed under the terms of the General Public License |
# This file is distributed under the terms of the General Public License |
| 7 |
# version 2 or (at your option) any later version. |
# version 2 or (at your option) any later version. |
| 8 |
--> |
--> |
| 86 |
<xsl:value-of select="@from"/> |
<xsl:value-of select="@from"/> |
| 87 |
<xsl:text>)</xsl:text></xsl:if></li> |
<xsl:text>)</xsl:text></xsl:if></li> |
| 88 |
</xsl:when> |
</xsl:when> |
| 89 |
|
<xsl:when test="@type='raw'"> |
| 90 |
|
<li> |
| 91 |
|
<xsl:copy-of select="node()" /> |
| 92 |
|
</li> |
| 93 |
|
</xsl:when> |
| 94 |
<xsl:otherwise> |
<xsl:otherwise> |
| 95 |
<li><xsl:if test="@date"> |
<li><xsl:if test="@date"> |
| 96 |
<xsl:text>[</xsl:text> |
<xsl:text>[</xsl:text> |