Python & DOM

simon.dahlbacka at gmail.com simon.dahlbacka at gmail.com
Tue May 24 01:37:09 EDT 2005


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

/S




More information about the Python-list mailing list