Mikel Astiz wrote:
Hi,
I have noticed that, during a transformation, some carriage return
characters are insterted in the output XML tree. I my XML documents, the
following two lines represent different data:
xxxx<yyy/>
xxxx <yyy/>
The whitespace that sepparates the text string and the element is
important, and should neither be lost nor inserted. However, depending
on the length of the line, Xalan inserts a carriage return after xxxx,
and both lines can end up being exactly the same.
Is there any way to disable this feature?
Please post a minimal stylesheet and input document that reproduces the
problem you're seeing. This might be a bug, or it might be a "feature,"
but without more information, it's impossible to say which.
Dave