placeholders can now be used in summary tables
This commit is contained in:
parent
802ce0a978
commit
a5a14f7413
@ -38,10 +38,19 @@
|
|||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
</fo:block>
|
</fo:block>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
<!-- special case for p in summary table to avoid checkiflast - all other elements can ignore mode -->
|
||||||
|
|
||||||
|
<xsl:template match="*" mode="summarytable">
|
||||||
|
<xsl:apply-templates select="."/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<!-- p is more specific so has higher prio -->
|
||||||
<xsl:template match="p" mode="summarytable">
|
<xsl:template match="p" mode="summarytable">
|
||||||
<xsl:apply-templates mode="summarytable"/>
|
<xsl:apply-templates mode="summarytable"/>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template match="pre">
|
<xsl:template match="pre">
|
||||||
<fo:block xsl:use-attribute-sets="pre">
|
<fo:block xsl:use-attribute-sets="pre">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user