Re: Updating XML using XPath

2006-10-31 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > Is there a way that I can update the attributes of an XML node and MAKE > IT PERSISTENT in the XML file through the Python XPath API? I tried the > setContent method of the Node but i am only able to update the node > variable not the file content itself. how about sav

Updating XML using XPath

2006-10-31 Thread [EMAIL PROTECTED]
Hi All, Is there a way that I can update the attributes of an XML node and MAKE IT PERSISTENT in the XML file through the Python XPath API? I tried the setContent method of the Node but i am only able to update the node variable not the file content itself. Thanks, Sundar -- http://mail.python