textNode = yourDocumentElement.createTextNode("the content")
yourElement.appendChild(textNode)/S -- http://mail.python.org/mailman/listinfo/python-list
textNode = yourDocumentElement.createTextNode("the content")
yourElement.appendChild(textNode)/S -- http://mail.python.org/mailman/listinfo/python-list