xsl-list
[Top] [All Lists]

[xsl] XSL-FO preformatted text issue

2012-09-14 09:20:28
Hi,

I'm having an issue trying to keep line breaks preformatted text. Here's what I 
am wrapping the preformatted text with:

<fo:block font-family="monospace" white-space-collapse="false" 
wrap-option="no-wrap">
        <xsl:apply-templates/>
</fo:block>

So, when I get data like this:

<pre>
       Single individual...   Sec. 1(a)(1)...   Sec. 1(a)(2)...  Sec. 1(c).
       Head of a
         household.........   Sec. 1(b)(1)...   Sec. 1(b)(2)...  Sec. 1(b).
       Married individual
         filing a separate
         return............   Sec. 1(a)(1)...   Sec. 1(a)(2)...  Sec. 1(d).
       Estates and
         trusts............   Sec. 1(a)(1)...   Sec. 1(a)(2)...  Sec. 1(d).
</pre>

I want to export it to FO the same way. What I get is this (line breaks not 
preserved):

Single individual... Sec. 1(a)(1)... Sec. 1(a)(2)... Sec. 1(c). Head of 
ahousehold......... Sec. 1(b)(1)... Sec. 1(b)(2)... Sec. 1(b). Married 
individualfiling a separate return............ Sec. 1(a)(1)... Sec. 1(a)(2)... 
Sec. 1(d).Estates andtrusts............ Sec. 1(a)(1)... Sec. 1(a)(2)... Sec. 
1(d).

I am using Apache FOP 0.95. I am fairly new to FOP so any help would be greatly 
appreciated!

-Steve Wisniewski


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


<Prev in Thread] Current Thread [Next in Thread>