Mache schedule-Links superabsolut, für den Fall wenn man newwww.c3d2.de/datenspuren ansurft

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@268 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2006-05-10 13:18:00 +00:00
parent 7e8b49a25a
commit bf2d179fc5
1 changed files with 2 additions and 2 deletions

View File

@ -116,14 +116,14 @@
<!-- Event -->
<a>
<xsl:attribute name="class">event</xsl:attribute>
<xsl:attribute name="href"><xsl:value-of select="xhtml:p[@class='title']/xhtml:a/@href"/></xsl:attribute>
<xsl:attribute name="href"><xsl:value-of select="concat('http://www.datenspuren.de', xhtml:p[@class='title']/xhtml:a/@href)"/></xsl:attribute>
<xsl:value-of select="xhtml:p[@class='title']"/>
</a>
<ul>
<xsl:for-each select="xhtml:ul[@class='speakers']/xhtml:li/xhtml:a">
<li>
<a>
<xsl:attribute name="href"><xsl:value-of select="@href"/></xsl:attribute>
<xsl:attribute name="href"><xsl:value-of select="concat('http://www.datenspuren.de', @href)"/></xsl:attribute>
<xsl:value-of select="."/>
</a>
</li>