Sorry - forgot to attach Enrico
Am Donnerstag, 25. April 2002 21:41 schrieben Sie: > Hello Mike, > > > image problem ... > > I am generating fo files from html. In html (as in fop web site the blue > headings) images are often very small. Exist there a fo property which > might not be implemented yet but is responsible for handling this behavior. > > > Good question. I've encountered this before, but given I can't remember > > what caused it or what I did to make it go away, so it can't be too > > important.. 8) > > > > If you can send me a minimal test case, or (preferably) open a bug on > > this issue, assugn it to me and attach the test case to that, I'll take a > > look at it. > > I've attached the minimal test case. It can't be a smaller .fo file - only > a table with nothing in it and a block - that's all. > > Thanks > > Enrico > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED]
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="first"> <fo:region-body /> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="first"> <fo:flow flow-name="xsl-region-body"> <fo:table table-layout="fixed"> <fo:table-column column-width="5cm" /> <fo:table-body> <fo:table-row> <fo:table-cell> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> <fo:block>If the table or this paragraph is leaved out fop works ok.</fo:block> </fo:flow> </fo:page-sequence> </fo:root>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]