regarding xml elements

Fredrik Lundh fredrik at pythonware.com
Sun Mar 30 12:35:37 EDT 2008


Raj kumar wrote:

> document.createElement("abc")
> and i appeneded it by using append() method.
> But how i can reflect this change to my xml file?

write it out again:

   http://python.org/doc/current/lib/dom-objects.html

</F>




More information about the Python-list mailing list