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]
