how to get all atributes for a particular xml node in qt
- by Moayyad Yaghi
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