Great udf , it was very useful to me , however i would like to give u a suggestion...
I used this udf to write big xml files , and i noticed that the script waste a lot of time in saving the xml every time i change something , everytime i add a node , change an attribute or something , the file is being saved.
So for example if i'm adding 10 nodes in a row there will be 9 unuseful saves that will waste a lot of time , so it could be useful to add a parameter to every function that allows u to specify if u would like the file to be saved or not.
Anyway , thank you for this udf!
Oups!
I notice just now _XMLSetAutoSave($bSave = True) function and _XMLSaveDoc in the last version , i was looking inside an old version i think sorry