<copy> copy a value

name
copy
xml namespace
http://moyaproject.com

Copy a variable from one location to another

Example

<str dst="foo">Kirk</str>
<copy src="foo" dst="bar" />
<echo>${bar}</echo>
attributes
name purpose type required? default choices
dst Destination reference Yes
src Source reference Yes
inherited attributes
name purpose type required? default choices
if Conditional expression expression No yes