textNode = yourDocumentElement.createTextNode("the content")
yourElement.appendChild(textNode)

/S

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to