Hi all!

I'm trying to implement xmr write/read system for my data classes.
On few occasions I already used QXmlStreamWriter and QXmlStreamReader but this is more serious and long term project thus I would like consider alternatives.
Particularly, I have in mind QDom module. Data that we will work with is both "wide" and "deep".

What would you suggest?