Hallo,

i've got text that is separated with linefeeds and whitespaces. Example:

This
 is
  a
   test

With FOP 0.91beta I could not create a PDF with exactly this output! Is there
again a "magic" attribute I've been missing?

      <fo:block white-space-treatment="preserve"
                linefeed-treatment="preserve"
                white-space-collapse="false">This
 is
  a
   test</fo:block>
<!--
Output:
This
is
a
test
-->

      <fo:block white-space-treatment="preserve"
                white-space-collapse="false">This
 is
  a
   test</fo:block>

<!--
Output:
This is  a   test
-->


Thanks for help!
Regards

Mike


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

Reply via email to