diff --git a/docs/manual/CoreTasks/echo.html b/docs/manual/CoreTasks/echo.html index e80724329..f033f4d1e 100644 --- a/docs/manual/CoreTasks/echo.html +++ b/docs/manual/CoreTasks/echo.html @@ -72,8 +72,11 @@ This is a longer message stretching over three lines; the first line is a blank </echo> -As XML parsers are wont to do, the first newline in the text element -has been included in the text. +The newline immediately following the <echo> tag will be part of the output.
+Newlines in character data within the content of an element are not discarded by XML parsers.
+See +W3C Recommendation 04 February 2004 / End of Line handling + for more details.
<echo message="Deleting drive C:" level="debug"/>
A message which only appears in -debug mode.