- From: E. Michael Akerman <mike@cavern.uark.edu>
- Date: Mon, 16 Sep 2002 14:40:25 -0500
- To: <www-xsl-fo@w3c.org>
Received on Monday, 16 September 2002 15:38:42 UTC
Hi, I'm new to using XSL-FO, and have a basic question. Below is what I would expect to produce a rudimentary table when included in a well-formed XSL-FO docuement and converted to PDF with Apache Fop 0.20.4. However, the width's are not being honored. Any explanation of why this happens?
<fo:block>
<fo:inline width="3in">Title:</fo:inline>
<fo:inline width="3in">This is a test.</fo:inline>
</fo:block>
<fo:block>
<fo:inline width="3in">Category:</fo:inline>
<fo:inline width="3in">This is a test 2.</fo:inline>
</fo:block>
Michael Akerman
Received on Monday, 16 September 2002 15:38:42 UTC