Skip to content

Commit

Permalink
Merge pull request #566 from openSUSE/trd-fo-meta-platform
Browse files Browse the repository at this point in the history
TRD/FO: Process `d:meta[@name='platform']"` in book
  • Loading branch information
tomschr authored Aug 10, 2023
2 parents 716b0d2 + 72ec8ed commit 7f7f96c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions trd/fo/book.titlepage.templates.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@
</fo:block-container>
</xsl:template>


<xsl:template match="d:meta[@name='platform']" mode="book.titlepage.recto.auto.mode">
<fo:block>
<xsl:apply-templates/>
</fo:block>
</xsl:template>

<!-- ======== -->
<xsl:template match="d:cover[d:mediaobject]" mode="book.titlepage.recto.auto.mode">
<xsl:variable name="n" select="count(d:mediaobject)"/>
Expand Down

0 comments on commit 7f7f96c

Please sign in to comment.