AppleScript Info

March 2002
Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            
Feb   Apr

contact: rob at donotsell.net

 Thursday, March 14, 2002
Late Night Software releases XML Tools 2.4



XML Tools is a Scripting Addition that allows AppleScript to parse and generate XML data. XML Tools 2.4 runs natively on MacOS 8.6-9.2 and MacOS X 10.x. [Direct Download]

Changes in this version (version history not updated) are:

-- Added a new allowing leading whitespace parameter to the parse XML command. This parameter, which is false by default, causes XML Tools to ignore any leading white space in an XML data stream.

-- NOTE: XML Tools 2.3.2 introduced a change where leading white space was always ignored. This raised the ire of XML purists and so we've made this an optional behavior for XML Tools 2.4.

-- The XML leading comments property of the XML Document class has been renamed XML Prolog and now includes both comments and processing instructions appearing before the root tag in an XML document.

-- The generate XML command now properly encodes entities for markup characters appearing in tag attribute values.

-- Processing instructions containing colons are now parsed correctly.

-- The generate XML command can now handle the case where processing instructions appear in the XML prolog (i.e. before the root tag).
2:46:14 PM