E S wrote:
Now the source is:
<t>
  bla
</t>
[snip]
And I want to avoid the newlines to be passed through
to the output.
The output must be:
bla,bla,whatever

and NOT
bla
,bla
,whatever


How - please? white-space-collapse ?

By default, newlines are *not* formatted as line breaks. Did you actually try running FOP?

If you have to normalize whitespace during the transformation,
make yourself familiar with the normalize-space() function
 http://www.w3.org/TR/xpath#section-String-Functions

J.Pietschmann

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



Reply via email to