I am not sure I understand what you mean by "filled". However, the handling of white space has changed significantly between 0.20.5 and 0.96. 0.96 behaves much more in accordance with the XSL-FO specification. Try to specify linefeed-treatment="preserve" in addition to white-space-collapse="false" when using 0.96. Hopefully this will give you the result you want.
Manuel sieg wrote: > > I have some tutorials on java programming in XML that I process with XSLT > to > produce PDF files. > > > > When I use FOP 0.20.5 the following tag causes my java program listings to > be greyed and not filled! > > > > <fo:block text-indent="5pt" font-size="8pt" font-family="Courier" > start-indent="0pt" end-indent="24pt" background-color="#e0e0e0" > wrap-option="wrap" white-space-collapse="false" space-after="0.6em" > space-before="0.6em"> > > > > When I use FOP 0.96, however, the tag causes my java source code to appear > filled and wrapped? Am I doing something wrong or is there a problem with > 0.96? > > > > Thanks, > > Siegfried > > > -- View this message in context: http://www.nabble.com/How-to-do-program-listings--tf4709823.html#a13462176 Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
