Name

body.font.size — Specifies the default font size for body text

Synopsis

§110: §127

  1| <xsl:param name="body.font.size">
  2|  <xsl:value-of select="$body.font.master"/><xsl:text>pt</xsl:text>
  3| </xsl:param>

Description

The body font size is specified in two parameters (body.font.master and body.font.size) so that math can be performed on the font size by XSLT.