<sup/> support for news/event-20141010-wiener

This commit is contained in:
Astro 2014-10-07 23:46:28 +02:00
parent 9dcf147b75
commit 2676556a1d
3 changed files with 28 additions and 16 deletions

View File

@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE item SYSTEM "http://www.c3d2.de/dtd/c3d2web.dtd">
<item xmlns:x="http://www.w3.org/1999/xhtml"
title="Pro­kras­ti­na­ti­on Wie­ner Art"
date="2014-10-07T23:36:00"
<item title="Pro­kras­ti­na­ti­on Wie­ner Art"
date="2014-10-07T23:42:00"
author="vater">
<event>
<start>2014-10-10T20:02:00</start>
<start>2014-10-10T20:00:00</start>
<location><link href="space.html">GCHQ</link>, Lingnerallee 3</location>
</event>
<p title="Pro­kras­ti­na­ti­on Wiener Art">
<link href="https://de.wikipedia.org/wiki/Diskordianischer_Kalender">63
V</link>[<link
href="http://www.principia-discordia.de/lesen/047.htm">de</link>][<link
href="http://www.principiadiscordia.com/book/41.php">en</link>]
V</link><sup>[<link
href="http://www.principia-discordia.de/lesen/047.htm">de</link>]</sup><sup>[<link
href="http://www.principiadiscordia.com/book/41.php">en</link>]</sup>
(Freitag, den 10. 10.) soll dem <link
href="https://de.wikipedia.org/wiki/Diskordianismus#Der_Pentabarf_.28die_f.C3.BCnf_Gebote.29">Pentabarf</link>[<link
href="http://www.principia-discordia.de/lesen/017.htm">de</link>][<link
href="http://www.principiadiscordia.com/book/11.php">en</link>]
href="https://de.wikipedia.org/wiki/Diskordianismus#Der_Pentabarf_.28die_f.C3.BCnf_Gebote.29">Pentabarf</link><sup>[<link
href="http://www.principia-discordia.de/lesen/017.htm">de</link>]</sup><sup>[<link
href="http://www.principiadiscordia.com/book/11.php">en</link>]</sup>
gefrönt werden. Entsprechend des 3. Gebotes werden wir Hot Dog
essen.
</p>
@ -38,12 +37,12 @@
</p>
<p>
Es soll sich eine chaotischer Manier getroffen werden können. Egal
ob ihr <link href="http://bsd.org">BSD</link>[<link
href="https://de.wikipedia.org/wiki/Berkeley_Software_Distribution">de</link>][<link
href="https://en.wikipedia.org/wiki/Berkeley_Software_Distribution">en</link>]
oder <link href="http://gnu.org">GNU</link>[<link
href="https://de.wikipedia.org/wiki/GNU">de</link>][<link
href="https://en.wikipedia.org/wiki/GNU">en</link>]
ob ihr <link href="http://bsd.org">BSD</link><sup>[<link
href="https://de.wikipedia.org/wiki/Berkeley_Software_Distribution">de</link>]</sup><sup>[<link
href="https://en.wikipedia.org/wiki/Berkeley_Software_Distribution">en</link>]</sup>
oder <link href="http://gnu.org">GNU</link><sup>[<link
href="https://de.wikipedia.org/wiki/GNU">de</link>]</sup><sup>[<link
href="https://en.wikipedia.org/wiki/GNU">en</link>]</sup>
prä­fe­rie­rt, fühlt euch eingeladen. Egal ob ihr euch <link
href="https://pentabarf.org/">barf</link> oder <link
href="https://frab.github.io/frab/">frab</link> fühlt, seid

View File

@ -120,6 +120,7 @@
<xs:element ref="strong"/>
<xs:element ref="image"/>
<xs:element ref="code"/>
<xs:element ref="sup"/>
</xs:choice>
</xs:group>
@ -167,6 +168,13 @@
<xs:element name="code" type="xs:string"/>
<xs:element name="sup">
<xs:complexType mixed="true">
<xs:group ref="Inline.class" minOccurs="0"
maxOccurs="unbounded"/>
</xs:complexType>
</xs:element>
<xs:element name="dl">
<xs:complexType>
<xs:sequence>

View File

@ -164,6 +164,11 @@
<xsl:apply-templates/>
</strong>
</xsl:template>
<xsl:template match="sup">
<sup>
<xsl:apply-templates/>
</sup>
</xsl:template>
<xsl:template match="xhtml:*"
xmlns:xhtml="http://www.w3.org/1999/xhtml">