Opened on Nov 25, 2010 at 2:29:58 PM
Closed on Jun 2, 2011 at 8:34:16 PM
#1826 closed Feature Request (Rejected)
A request about XML Files
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Would you mind adding reading and writing xml files tools in next versions of AutoIt .
Attachments (0)
Change History (4)
follow-up: 3 comment:2 by , on Nov 25, 2010 at 4:00:02 PM
| Version: | 3.3.6.1 |
|---|
Automatic ticket cleanup.
comment:3 by , on Jun 1, 2011 at 9:30:25 AM
'Native xml support' would indeed be nice. When XML will be supported by default then this should be a light and fast implementation. Now I have to change to Saxon for parsing large files to get a reasonable speed.
comment:4 by , on Jun 2, 2011 at 8:34:16 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
You can access MS XML via UDF's as Zedna linked or directly via the COM object. If you can find a library in DLL or COM format you can use that as well. This does not need to be built in. In the future we may include UDFs that are a wrapper around MS XML.
Closing this ticket as rejected.

There is UDF for this:
XML DOM wrapper (COM) COM XML wrapper for DOM
http://www.autoitscript.com/forum/topic/19848-xml-dom-wrapper-com/page__view__findpost__p__136943
It's wrapper over system MSXML dll file.
Maybe it would be nice to include this UDF as standard one...