duplicate Element

This topic describes the <duplicate> XML element.

General syntax
<duplicate> 
   ...child instructions...
<duplicate>
Description Duplicates the component and executes the instructions on it. Adds the duplicate to the list of the duplicated components before exiting the element.
Examples
<!-- duplicates the component and add attribute A1 with a value V1--> 
<duplicate> 
     <add target="attribute" name="A1" value="V1" /> 
</duplicate>