[PyQt] Edit a XML file
David Boddie
david at boddie.org.uk
Fri Apr 11 23:14:55 BST 2014
On Fri, 11 Apr 2014 08:46:43 +0200, Charlie Gentil wrote:
> I want to create and modify a XML file.
>
> To create the file I use QXmlStreamWriter and it works
> very well. But I can not find how to edit it.
>
> Is it possible to do with PyQt or is it better to go through
> the standard Python module?
PyQt comes with a DOM Bookmarks example that shows one way to edit XML files.
David
More information about the PyQt
mailing list