Merges page fragments by bringing in source content into a target element.
void
merge(Element targetElement, Element sourceElement)
Merge both the attributes and content of the source element into the target element.
Groovy Documentation