blob: 292e4e3d266811354bb45be2226c2930dc6ea1e1 [file] [log] [blame]
<t:test xmlns:t="jelly:test">
<t:echo id="1" attr="${ 1 + 2 }">${ 'hello' + " world" }</t:echo>
<t:echo id="2" attr="${ 2 + 3 }"><sometag>${ 'goodbye cruel' + " world" }</sometag></t:echo>
</t:test>