Stylesheets 1.40
param.xsl says
<xsl:param name="callout.unicode" select="1"/>
Its also got a zapf switch, I can't see how these are working
in combination.
I'm actually getting
<fo:inline id="N961">❶</fo:inline> (Unicode chars appear to be there),
but zapf not selected,
as per <fo:inline font-family="ZapfDingbats">
My configs are:
<xsl:import href="/sgml/nw/docbook/xsl/fo/docbook.xsl"/>
<xsl:param name="use.extensions" select="'1'"/>
<xsl:param name="paper.type" select="'A4'"/>
<xsl:param name="callout.dingbats" select="'1'"/>
<xsl:include href="/sgml/xsl/book/mytitlepage.xsl"/>
Using saxon 6.22
Regards DaveP