Void appendGenerator(ElementTree dest, ElementTree() generator)
Arguments
dest: The element to add togenerator: The generator to append
Usage
Append an element generator as the final child of the specified element. This can be very useful in templating to ensure that only one distinct part of the template is in memory at once.