<wrap-tag> wrap a string in a HTML tag

name
wrap-tag
xml namespace
http://moyaproject.com

Wraps text in a HTML tag.

Example

<!-- Wrap the string "Hello, World" in a P tag -->
<wrap-tag tag="p" dst="paragraph">Hello, World!</wrap-tag>
<echo>${paragraph}</echo>
attributes
name purpose type required? default choices
tag Tag text No "span"
inherited attributes
name purpose type required? default choices
dst Destination reference No
if Conditional expression expression No yes
value Value expression No None