Hi, FOP 1.0 works as expected. You should look at what is output from your XSLT. Try to produce a short XSL-FO, look inside, and feed FOP with it. If there is something wrong, please isolate the XSL-FO snippet that produce unexpected output, and attach it on this thread.
At XSLT stage, many things can impact your output: - used XSLT engine (and version) - XSLT settings (see xsl:output attributes ans other extensions) - XML standard attributes - etc. Le 10/02/2012 20:42, Tatiyana a écrit : > > Hi, > We switched from fop 0.94 to fop 1 recently and having the following > problem: > linefeed-treatment="preserve" does not work in the code it used to work > in fop 0.94 > <fo:block linefeed-treatment="preserve" > white-space-collapse="false"> > <xsl:value-of select="@something"/> > </fo:block> > > Could you please help to figure out how to fix it? > Thank you. > Tatiyana. -- Pascal --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
