We should be able to (optionally) treat this: ```xml <parent> <child1/> <child2/> </parent> ``` as being equal to: ```xml <parent> <child2/> <child1/> </parent> ```