More handling of c3d2web inclusion

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@284 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2006-05-12 01:11:26 +00:00
parent 9927331111
commit 67b012b6b2
2 changed files with 24 additions and 4 deletions

View File

@ -20,6 +20,17 @@
</xsl:choose>
</xsl:template>
<xsl:template match='ul'>
<fo:block padding='4mm 0mm'>
<xsl:apply-templates select='li'/>
</fo:block>
</xsl:template>
<xsl:template match='ul/li'>
<fo:block padding='2mm 0mm'>
<xsl:apply-templates/>
</fo:block>
</xsl:template>
<xsl:template match='dl'>
<fo:block>
<xsl:apply-templates select='dt|dd'/>
@ -37,4 +48,13 @@
<xsl:apply-templates/>
</fo:block>
</xsl:template>
<xsl:template match='link'>
<fo:basic-link text-decoration="underline" color="blue">
<xsl:attribute name='external-destination'>
url('<xsl:value-of select='.'/>')
</xsl:attribute>
<xsl:apply-templates/>
</fo:basic-link>
</xsl:template>
</xsl:stylesheet>

View File

@ -16,15 +16,15 @@
<table-of-contents/>
</section>
<section title='CFP'>
<pull-c3d2web file='../../../content/datenspuren/cfp.xml'/>
</section>
<section title='Index'>
<section title='Veranstaltung'>
<pull-c3d2web file='../../../content/datenspuren/index.xml'/>
</section>
<section title='Information'>
<pull-c3d2web file='../../../content/datenspuren/info.xml'/>
</section>
<section title='CFP'>
<pull-c3d2web file='../../../content/datenspuren/cfp.xml'/>
</section>
<section title='Mitschnitte'>
<pull-c3d2web file='../../../content/datenspuren/mitschnitte.xml'/>
</section>