Philippe Nobili wrote: > > We indeed have an important XSL customization layer, and you guessed > right, the problem lies there as the conversion works fine without it. > Actually, I tried hard to locate the problem, and it seems to be > somewhere in the DocBook profile XSL layer. > > If we replace: > <xsl:import href="xxe-config:docbook/xsl/fo/profile-docbook.xsl"/> > > By: > <xsl:import href="xxe-config:docbook/xsl/fo/docbook.xsl"/> > > In our XSL customization layer, then everything works fine... but of > course we loose the profiling capabilities that we need. Do you think > the bug could be related to the DocBook profiling XSL as this test seems > to indicate ? >
Yes, this is probably the case. I cannot help you much because I don't understand how works the DocBook profile XSL layer. That is, I can use it, but I don't understand how it is implemented.

