I am trying to render a numbered (well, lettered really) list in RTF format, but FOP doesn't apply the styles I specify. I have tried the following:

<fo:list-item-label end-indent="label-end()" font-weight="bold">
<fo:block><xsl:number count="qti:simpleChoice" format="A"/></fo:block>
            </fo:list-item-label>

<fo:list-item-label end-indent="label-end()">
<fo:block font-weight="bold"><xsl:number count="qti:simpleChoice" format="A"/></fo:block>
            </fo:list-item-label>

Both of these correctly make the label for the list item bold, but in RTF, the label is just plain text. Any idea if this is a known bug, and if so, where I might poke around to fix it?

thanks.

--
Deryl Seale -- Director of Engineering
c: 734.883.9636
[EMAIL PROTECTED]
www.intel-assess.com



Reply via email to