Opened 15 years ago
Closed 15 years ago
#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)
comment:1 by , 15 years ago
comment:3 by , 15 years ago
'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 , 15 years ago
| 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...