summaryrefslogtreecommitdiff
path: root/tests/REC/test-5.3.xsl
blob: 481310429c96245f61a16a7ad115030a35ab6809 (plain)
1
2
3
4
5
6
7
8
9
<xsl:stylesheet version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
      xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:template match="emph">
  <fo:inline-sequence font-weight="bold">
    <xsl:apply-templates/>
  </fo:inline-sequence>
</xsl:template>
</xsl:stylesheet>