Copy of:
It is an XSLT statement to create a copy of selected node, including child nodes.
Both the copied node and destination node must have the same name and structure.
For- Each:
Performs the specified statements once for each time in the selected node. This is useful if we wish to process each item of a repeating element once.