The XML Tools AppleScript Scripting Addition allows AppleScript to parse and generate XML data. XML Tools's parsing can generate a complete DOM-like structure or it can operate in a SAX-like event handling mode.
New in v2.9.3
* The generate XML command now properly escapes " characters appearing within attribute values..