|
|
@@ -51,13 +51,21 @@ ignored</p> |
|
|
|
|
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|
<pre> <echo message="Hello, world"/></pre> |
|
|
|
<pre> |
|
|
|
<pre> |
|
|
|
<echo message="Hello, world"/> |
|
|
|
</pre> |
|
|
|
<pre> |
|
|
|
<echo message="Embed a line break:${line.separator}"/> |
|
|
|
</pre> |
|
|
|
<pre> |
|
|
|
<echo>Embed another:${line.separator}</echo> |
|
|
|
</pre> |
|
|
|
<pre> |
|
|
|
<echo>This is a longer message stretching over |
|
|
|
two lines. |
|
|
|
</echo> |
|
|
|
</pre> |
|
|
|
<pre> |
|
|
|
<pre> |
|
|
|
<echo> |
|
|
|
This is a longer message stretching over |
|
|
|
three lines; the first line is a blank |
|
|
|