xsl/gemini: fix display of <event/>
c3d2-web deployed Details
c3d2-gemini deployed Details

This commit is contained in:
Astro 2022-06-29 00:44:52 +02:00
parent 31944f66fb
commit 318e1c517b
1 changed files with 5 additions and 1 deletions

View File

@ -98,7 +98,10 @@
<value-of select="@author"/>
<text>&#10;&#10;</text>
<apply-templates select="*[name() = 'p' or name() = 'blockquote' or name() = 'ul' or name() = 'ol']"/>
<apply-templates select="*[
name() = 'p' or name() = 'blockquote' or name() = 'ul' or name() = 'ol' or
name() = 'event' or name() = 'resource'
]"/>
<text>=> </text>
<value-of select="substring-before(substring-after($newsfile, 'content/'), '.xml')"/>
@ -256,6 +259,7 @@
</template>
<template match="event">
<apply-templates/>
<text>&#10;</text>
</template>