Outputting an XML document in Swift after appending an element into it – Ios swift
Is there a way in Swift that I can add an element to an XML document after passing it through a function? For example, if I pass in the text of <original> into a function, can I append it after…