How would I go about adding text into an XML element? For example:
<videoTitle>I want to add text here</videoTitle>
I have created the DOMDocument, and begun adding the elements. Here is the element that I need to add the text to.
$title = $vitals->appendChild($X->createElement("title"));