I'm using Anakia/Velocity 1.6.2 to render XML as HTML on Win/XP.
The input XML all has CRLF line endings, but the generated HTML has
some lines that end with LF only. [This causes SVN checkin to fail]
The code that causes the problem is as follows:
#foreach ($rl_node in $itemToLoop.getContent())
$rl_node.getText()
#end
If the text has CRLF in the input, then it ends up with just LF in the output.
So
<tag>inline text</tag>
is handled OK, but
<tag>
text
more text
etc.
</tag>
generates output with LF line endings.
Is there a way to stop this happening?
---------------------------------------------------------------------
To unsubscribe, e-mail:
user-unsubscribe@...
For additional commands, e-mail:
user-help@...