[XML-SIG] Modify node attributes in XML file while parsing

Abhishek Kane abhishek.kane at gmail.com
Wed Sep 16 17:33:48 CEST 2009


Hi Guys,

I got a bit idea about parsing XML file from online search. I need to modify
node attributes in an XML file while I read it. I could read node
attributes; but when I modify them using setAttribute, the local copy of
that node gets changed.
Is there any way to directly modify the node attributes in XML file or shall
I just create another XML file where I will create nodes as I go through the
nodes in old XML file?

Thanks,
Abhishek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/xml-sig/attachments/20090916/36ca565a/attachment.htm>


More information about the XML-SIG mailing list