datenspuren fahrplan: check for missing rowspan

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@2101 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2009-10-12 18:03:26 +00:00
parent f8903cc3ba
commit 26cf31be2f
1 changed files with 5 additions and 3 deletions

View File

@ -84,9 +84,11 @@
<xsl:for-each select="x:td">
<xsl:if test="@class">
<td>
<xsl:attribute name="rowspan">
<xsl:value-of select="@rowspan"/>
</xsl:attribute>
<xsl:if test="normalize-space(@rowspan) != ''">
<xsl:attribute name="rowspan">
<xsl:value-of select="@rowspan"/>
</xsl:attribute>
</xsl:if>
<xsl:choose>
<xsl:when test='count(x:*)=0'>