June 1999
Intermediate to advanced
540 pages
21h 39m
English
<xsl:constant>
<xsl:constant name="
name
" value="
value
"/>
Allows the definition of a named constant that can be substitued in XSL documents. For example:
<xsl:constant name="size" value="24pt"/>
<xsl:template match="copyright">
<fo:block font-size="{constant(size)}">
<xsl:apply-templates/>
</fo:block>
</xsl:template>Read now
Unlock full access