Yes, sorry, I'm using FOP 0.92 Beta, and isn't this a complete FO file?
<?xml version="1.0" encoding="iso-8859-1"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="my-page"> <fo:region-body margin="1in"/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="my-page"> <fo:flow flow-name="xsl-region-body"> <fo:block linefeed-treatment="ignore">........... <fo:inline> HI THERE </fo:inline> .............. </fo:block> </fo:flow> </fo:page-sequence> </fo:root> -----Original Message----- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 3:17 PM To: [email protected] Subject: Re: linefeed-treatment="ignore" creating # characters Does this problem still appear if you're using the latest release FOP 0.92beta? If yes, please post a complete FO-file so we can easily reproduce. Please always state the FOP version you're using when posting here. On 26.04.2006 05:48:55 Jordan Soet wrote: > Hi, I'm having a problem with the linefeed-treatment="ignore" option... when > I use it it changes any linefeeds into "#" characters. For example see the > following: > > <?xml version="1.0" encoding="iso-8859-1"?> > > <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> > <fo:layout-master-set> > <fo:simple-page-master master-name="my-page"> > <fo:region-body margin="1in"/> > </fo:simple-page-master> > </fo:layout-master-set> > > <fo:page-sequence master-reference="my-page"> > <fo:flow flow-name="xsl-region-body"> > <fo:block linefeed-treatment="ignore">........... > <fo:inline> > HI THERE > </fo:inline> > .............. > </fo:block> > </fo:flow> > </fo:page-sequence> > </fo:root> > > > Which becomes: > > ...........##HI THERE#.............. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
