Andy Black wrote:
> With XSL utility version 4.4.0 or 4.4.1, using an XSL-FO file as input,
> if one has a paragraph with two footnotes in it, no footnotes appear in
> the converted Word 2003 or the Word 2007 output.  If one used RTF
> output, it works fine.
> 
> A sample FO document is attached.

I have no such footnote problems with a DITA or DocBook document (which
both have very advanced XSL stylesheets and pretty advanced XSL-FO
expectations).

This means that the issue you report hides another, less simple, problem.

My *guess* is that the problem comes from the way you describe pages
(fo:layout-master-set), which is too complex for XMLmind XSL-FO Converter.

Excerpts from your XSL-FO file:

---
<fo:page-sequence-master master-name="Chapter">
  <fo:repeatable-page-master-alternatives>
    <fo:conditional-page-master-reference
                            master-reference="ChapterFirstPage"
                            page-position="first" />

    <fo:conditional-page-master-reference blank-or-not-blank="blank"
               master-reference="BlankEvenPage"
               odd-or-even="even" />

    <fo:conditional-page-master-reference
                      master-reference="ChapterEvenPage"
                      odd-or-even="even" />

    <fo:conditional-page-master-reference
                     master-reference="ChapterOddPage"
                     odd-or-even="odd" />
  </fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
---

As documented here, http://www.xmlmind.com/foconverter/conformance.html
, XMLmind XSL-FO Converter has limited support for
conditional-page-master-reference. We do not plan to remove such
limitations in the near future.


 
--
XMLmind FO Converter Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xfc-support

Reply via email to