I was asking @eltorro serveral times for any support for XML DOM wrapper (COM) - with no success
So I took matters into my hands .....
I want to present XMLWrapperEx.au3 - BETA Version
Want to join to the project ?
Here is some description:
; #INDEX# =======================================================================================================================
; Title .........: XMLWrapperEx.au3
; AutoIt Version : 3.3.10.2++
@Iczer asked how to get information about XML encoding.
Thanks to @Danyfirex we have a solution:
#AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w 7
#Tidy_Parameters=/sort_funcs /reel
#include <array.au3>
#include <date.au3>
#include <MsgBoxConstants.au3>
#include "XML.au3"
; This COM Error Hanlder will be used globally (excepting inside UDF Functions)
;~ Global $oErrorHandler = ObjEvent("AutoIt.Er