how to get all atributes for a particular xml node in qt

Posted by Moayyad Yaghi on Stack Overflow See other posts from Stack Overflow or by Moayyad Yaghi
Published on 2010-06-10T09:50:16Z Indexed on 2010/06/10 9:52 UTC
Read the original article Hit count: 188

Filed under:
|
|
|

hello
is it possible to get all attributes for a particular node in pyqt ? for example .. consider for following node:
< asset Name="3dAsset" ID="5"/>
i want to retrieve the ("Name" and "ID") strings
is it possible?

thanks in advance

© Stack Overflow or respective owner

Related posts about python

Related posts about Xml