On Aug 8, 2008, at 21:57, Steffanina, Jeff wrote:

Hi
TABLE ISSUE  I
The column "ItemDesc" is left aligned. BUT on occasion, the ItemDesc begins with 4 leading spaces. In my output .PDF, the leading spaces are always removed.

How can I force the leading spaces in the ItemDesc to be included in the output? Here is what I currently have for the field:

<fo:table-cell>
      <fo:block>
<xsl:attribute name="white-space-collapse">false</ xsl:attribute>


Try adding:
  <xsl:attribute name="white-space-treatment">preserve</xsl:attribute>

This will effectively preserve any white-space, including spaces surrounding line-breaks.


HTH!

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to