PDA

View Full Version : Parsing a Qt ts file....



PaladinKnight
20th May 2012, 23:01
Hi!

I want to parse an Qt ts file using QDomDocument and I was wondering if I can safely assume that the element are read in a given order (context name before message, source before translation, etc...).

AFAIK a normal XML file doesn't have an order for these things but is this the case for the Qt ts format?

(apparently length variants are ordered but I can I be sure the rest is too?)

Thank you!

Nick