On Mar 5, 2008, at 17:54, Steve Protulipac wrote:


It's allowed by the XSL-FO spec, but is it known to work with FOP?

Correct. As a workaround, you could insert a fo:block between the inline and the list:

<fo:inline>
  <fo:block>
    <fo:list-block...>


For most cases, the end-result will be identical.


Note that this actually does not produce an 'inline-list'. To get that, we would need support for fo:inline-container (which is on the way, but unfortunately not for very soon...)


Cheers

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to