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

To start with, you should have this in your stylesheet:
<xsl:output indent="no"/>
but the extra whitespace (of indent="yes") should only occur between tags 
where there would be no text other than whitespace.
I don't think Xalan does anything "depending on the length of the line", 
so you might want to look at the output in various viewers to see what's 
really there.
.................David Marston

Reply via email to