regarding:
A literal result element acts as an instruction to construct an element node with the same name in the result tree. The XSLT processor effectively creates a shallow copy of the literal result element from the stylesheet and inserts it into the result tree at the location within the result tree that is currently being constructed.
Source: http://lenzconsulting.com/how-xslt-works/#literal_result_elements
I'm wondering what does he mean when he say The XSLT processor effectively creates a shallow copy of the literal result element
?
What's a shallow copy mean in this context?