Hi,
Is there a way for libxml to preserve the order of the xml nodes on the same depth ?
I'm using libxml,it works ok but now I realise that it mangles up and re-orders/sorts all my tags
on the same depth regarding their values,but I need them with their initial ordering.
Is there maybe an option I can pass to specifically do this ?
Thank you