Hello all,

Can I do something with attributes' order in QDomElement? I'm adding new attribute by setAttribute() member and I have attributes in non predictable order(I see no reason in such order). Is it possible to control this order or I should accept unpredictable attribute order?

Regards