Hi ! I need to create a XML document using DOM. How do I set the element value, after creating it with 'createElement' ? Documentation states that there is a 'read-only' 'nodeValue' variable. I don't know what means 'read-only variable' in Python, but the fact is that setting that variable does not help.
Java DOM API has 'setNodeValue' method. Is there anything corresponding in Python DOM ? DG -- http://mail.python.org/mailman/listinfo/python-list