<p/> kann jetzt class als Attribut haben

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@122 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
sven 2006-01-14 19:47:16 +00:00
parent 48dbeaae51
commit b3fa8ee574
4 changed files with 10 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<!DOCTYPE page SYSTEM "../../dtd/c3d2web.dtd">
<page title="Call for Papers">
<p><em>Call for Papers</em></p>
<p class="title">Call for Papers</p>
<p>Datenspuren ist ein jährlich stattfindendes Symposium zu den Themen Datenschutz, Bürgerrechte, Privatsphäre und Technik in diesem Zusammenhang. Es wird vom Chaos Computer Club Dresden (c3d2) veranstaltet und findet am 13. und 14. Mai 2006 zum dritten Mal statt. Veranstaltungsort ist das Kulturzentrum Scheune in der Dresdner Neustadt.</p>

View File

@ -21,6 +21,9 @@
>
<!ELEMENT p %Inline;>
<!ATTLIST p
class CDATA #IMPLIED
>
<!ELEMENT link (#PCDATA)>
<!ATTLIST link

View File

@ -11,7 +11,10 @@
</xsl:template>
<xsl:template match="p">
<xsl:copy><xsl:apply-templates/></xsl:copy>
<xsl:element name="p">
<xsl:attribute name="class"><xsl:value-of select="@class"/></xsl:attribute>
<xsl:apply-templates/>
</xsl:element>
</xsl:template>
<xsl:template match="dl">

View File

@ -64,9 +64,9 @@
<a href="cfp.html">Call for Papers</a>
<!-- a href="ort.html">Ort</a>
<a href="vortraege.html">Vorträge</a>
<a href="vortraege.html">Vorträge</a>-->
<a href="netzwerk.html">Netzwerk</a>
<a href="uebernachtung.html">Übernachtung</a>
<!--a href="uebernachtung.html">Übernachtung</a>
<a href="sonstiges.html">Sonstiges</a>
<a href="flyer_ds_2005.pdf">Flyer</a-->
<br />