Unfortunately that did not make the problem go away. The start-indent is what we used to create a 3cm margin down the left side of the page (with headers in the margin). Even in blocks where i don't have this start-indent attribute i still have an indent at the beginning of a preformatted block.
-David Rosenstein IMS Software -----Original Message----- From: Roland Neilands [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 10:54 PM To: [EMAIL PROTECTED] Subject: RE: White Space Treatment Problem This is your culprit: start-indent="3cm" Cheers, Roland > <fo:block space-after.optimum="0pt" start-indent="3cm" font-size="9pt" > white-space-collapse="false" font-family="sans-serif">Batch Size: 100 > > I am trying to preserve the white space in an fo:block (or any > > other fo element). If I use white-space-collapse="false" > it works almost > > beautifully, except that the first line of my text is > indented by about 5 > > letters. I've put the code and output i get below. > > > While not obvious from you code, the whitespace must come from > somewhere. Run the XSL transformation standalone, see > http://xml.apache.org/fop/running.html#check-input > and check whether there is unwanted space at the beginning of the > block. > > J.Pietschmann > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
