[xep-support] Keep-together weighting

David Tolpin dvd at renderx.com
Tue May 13 14:16:52 PDT 2003


> 
> Hi,
> 
> Have just moved over from Apache FOP and found some attributes not handled
> the same/correctly :-
> 
> - 'space-before' in 'external-graphic' not handled by XEP (I think this
> could be as per the spec)

external-graphic is an inline-level element. space-before is applicable to block-level
elements. space-before should not be specified on external-graphic; if it is, it produces
no effect according to the XSL FO Recommendation.

> - Apache scales the external-graphic to fit within the parent block indents

If Apache FOP does it, then it is a bug in FOP. The proper behaviour is to use width, height for vieport,
content-width, content-height, scaling for scaling. See 

http://xep.xattic.com/lists/xep-support/0376.html

for detailed explanation of technique that scales a graphic image to the dimensions of a  block.

> - 'inline-progression-dimension' in 'table' not handled by XEP
> 

It is. Internally, if that matters, 'table' is an extension of 'block-container'.
inline-progression-dimension is regarded on containers. Numerous examples are in evidence.


David
-------------------
(*) 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