https://issues.apache.org/bugzilla/show_bug.cgi?id=50865
--- Comment #1 from J.Pietschmann <[email protected]> 2011-03-03 15:12:25 EST --- The problem is most likely caused by the FO specification, which makes hyphenation properties, including the language relevant for hyphenation, only effective on fo:block, which corresponds to DocBook paragraph level elements (ignoring fo:character here). The ForeignPhrase DocBook element appears to be an inline element, therefore changing the language here is ignored. You can check for yourself by generating and examining the FO output for your DocBook source. For further reference, see http://www.w3.org/TR/xsl/ I'll leave this report open because honoring the language on fo:inline, fo:wrapper and perhaps other inline flow elements would make an useful extension. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
