[xep-support] Re: [XSL-FO] Re: Fixed-length space that does not stretch from justification

Alexander Peshkov peshkov at renderx.com
Fri Aug 29 00:54:49 PDT 2003


Hello Patrick,

Well, this is because fo:inline-container is not supported by current
version of XEP (as it's stated in documentation). But what kind of
effect you are trying to achieve? If you want some fixed length space
somewhere in the block why not to use space-filled fo:leader? I don't
know your exact requirements but maybe you need to provide it with
keeps... For example:
<fo:block text-align="justify">
  blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
  I want 16pt space after this
  word<fo:leader leader-length="16pt" keep-with-previous.within-line="always" keep-with-next.within-line="always"/>and keep it
  together with neighbours.
  blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
</fo:block>

Best regards,
Alexander Peshkov                             mailto:peshkov at renderx.com
RenderX

P.S.: Since the same question was asked in xep-support list I will CC
      this message there.

p> Well, in my case with renderx I get :

p> [error] Element 'inline-container' cannot be a descendant 
p> of 'fo:block' through wrapper elements. Only block-level or inline-
p> level elements are permitted in this context.}


-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list