> From: Abhijit Junnare [mailto:[EMAIL PROTECTED] > > areas outside the container. I saw a property called > "intrusion-displace" in the XSL:FO recommendation . It > takes values auto,none, inline and some more. > > I tried to use the stylesheet with FOP but FOP gives > an error for the same but doesn't tell why the error > occurred. Is FOP compliant with this property?
see http://xml.apache.org/fop/compliance.html#fo-property-intrusion-displace The absolute-position is compliant, as I understand, only WRT to the page, but this should work in your case. However, I think fo:float would be more what you were looking for, instead of an absolute-positioned fo:block-container here. see http://www.w3.org/TR/xsl/slice6.html#fo_float The FOP compliance page indicates a basic conformance for this type of object... Greetz, Andreas Delmelle --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
