Opened 14 years ago
Closed 13 years ago
#1826 closed Feature Request (Rejected)
A request about XML Files
Reported by: | irmr.AHR@… | 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 Changed 14 years ago by Zedna
comment:2 follow-up: ↓ 3 Changed 14 years ago by TicketCleanup
- Version 3.3.6.1 deleted
Automatic ticket cleanup.
comment:3 in reply to: ↑ 2 Changed 13 years ago by anonymous
'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 Changed 13 years ago by Valik
- Resolution set to Rejected
- Status changed from new to 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.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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...