Hello.

In FOP version 0.20.5 the following code preserved white spaces in text.
I'm in the process of converting to FOP version 1.0 and the same piece of code 
does not preserve the white spaces.

<fo:list-item-body start-indent="body-start()" end-indent="3mm">
  <xsl:for-each select="RCEXPLANATION/LINE">
    <fo:block white-space-collapse="false">
      <xsl:apply-templates/>
    </fo:block>
  </xsl:for-each>
</fo:list-item-body>

Is there anything that I can do to preserve the white spaces?

Thank you,
Rita


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to