In my case, the order of the children of editForm matter, but in the resulting dictionary doesn't preserve the order. I used the alwaysUseArrays flag as well. Maybe I have misunderstood it's purpose?
NSDictionary doesn't preserve order of its keys, so this is expected behavior. For multiple nodes with the same name, the order should be preserved in the resultant array, but that's all.
I've got an issue with the ordering of child nodes. Is ordering intended to be preserved or am I just doing something wrong?
Here's my xml:
and here's the result:
In my case, the order of the children of editForm matter, but in the resulting dictionary doesn't preserve the order. I used the alwaysUseArrays flag as well. Maybe I have misunderstood it's purpose?
Thanks for the great work!