xsl-list
[Top] [All Lists]

xsl-fo linefeed-treatment="preserve" doesn't preserve the linefeed

2004-11-22 07:06:47
Hello,
I've got the following xml (also tried to put it into a cdata block):

<Quote>
        <descr>Line1
Line2</descr>
</Quote>
and the following xsl-fo:
...
<fo:block linefeed-treatment="preserve"><xsl:value-of 
select="Quote/descr"/></fo:block>
...

which still outputs "Line1Line2" so it replaces the newline character 
instead of "preserving" it

Anybody who gots an idea what I'm doing wrong here? Any help is welcome...

Regards,
Gunter D'Hondt

--~------------------------------------------------------------------
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>