Skip to content
Snippets Groups Projects
Commit f82200ff authored by Martin de la Iglesia's avatar Martin de la Iglesia
Browse files

Absatz bei Tabelle

parent 5e33ffbb
No related branches found
No related tags found
No related merge requests found
......@@ -416,22 +416,14 @@
</xsl:template>
<xsl:template match="p[name(./*[1]) ne 'pb']" mode="step3">
<xsl:choose>
<xsl:when test=".//table">
<xsl:apply-templates mode="step3"/>
</xsl:when>
<xsl:otherwise>
<div xmlns="http://www.w3.org/1999/xhtml" class="p">
<xsl:if test="*[1][local-name() = 'lb']/@xml:id">
<xsl:attribute name="id" select="*[1][local-name() = 'lb']/@xml:id"/>
</xsl:if>
<xsl:apply-templates mode="step3"/>
</div>
</xsl:otherwise>
<div xmlns="http://www.w3.org/1999/xhtml" class="p">
</xsl:choose>
<xsl:if test="*[1][local-name() = 'lb']/@xml:id">
<xsl:attribute name="id" select="*[1][local-name() = 'lb']/@xml:id"/>
</xsl:if>
<xsl:apply-templates mode="step3"/>
</div>
</xsl:template>
<xsl:template match="reg" mode="step3">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment