Jack R. wrote:

Seems like the last thing I'm struggling with is getting 'markers' to work.


I'm setting markers like this:

                    <fo:block><fo:marker
marker-class-name="topic">Foo is bar</fo:marker></fo:block>

And using them like this:


                                            <fo:block line-height="100%"
margin-top="0cm" font-size="18pt" font-weight="bold" color="#1E4196">
                                                <fo:retrieve-marker
retrieve-class-name="topic"/>
                                            </fo:block>

For some reason they are not returning anything. Just blank.

That's right.

fo:marker and fo:retrieve-marker are NOT supported by XMLmind XSL-FO Converter.

This limitation, like all the other limitations of XMLmind XSL-FO Converter, is documented in "XMLmind XSL-FO Converter Conformance Statement", http://www.xmlmind.com/foconverter/conformance.html . You should really take a close look at this table.

Please note that almost all the limitations cannot be removed by us because they are caused by the intrinsic limitations of the RTF, WML, DOCX and ODT output formats. See also http://www.xmlmind.com/foconverter/_distrib/doc/user/limitations.html


--
XMLmind FO Converter Support List
xfc-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xfc-support

Reply via email to