node-xml
node-xml copied to clipboard
Fix error when an empty array is used content
When an empty array is used for content, there are no children. Currently it creates 2 empty strings as the children of the element, which then prevents /> from being used.