您好,我想用xsl:fo粗体输出,但字体:weight =“bold”没有任何反应。
我的xslt文件:
<xsl:template match="out">
<fo:inline font-weight="bold">
<xsl:value-of select="."/>
</fo:inline>
</xsl:template>
我的xml文件:
<root>
<out>BLA BAL BLA</out>
</root>
我的输出是:
BLA BAL BLA ( not bold)
我使用Saxon-He:9.5和xslt 2.0
答案 0 :(得分:1)
我已经找到了我的问题我使用font =&#34; ArialMT&#34;这些字体不能打印粗体文字。