sort xml children on parsing

This commit is contained in:
Olof hagsand 2017-12-31 18:25:53 +01:00
parent 9681c91681
commit 19301ae240
5 changed files with 35 additions and 23 deletions

View file

@ -1206,6 +1206,7 @@ xml_default(cxobj *xt,
}
}
}
xml_sort(xt, NULL);
retval = 0;
done:
return retval;