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?
 
Apologies if this problem doesn't concern to Xalan, but other XSLT processors don't show the same behaviour.
 
Mikel
 
 
 

Reply via email to