|
Whats New In XML Tools 2.3
XML Tools version 2.3 introduces the following
new features:
- XML Tools now supports all aspects of the Native PowerPC Scripting
Addition API as defined by Apple. Previous versions did not support
reference counting
- Added XML element id to the XML Element class to indicate
element serialization. This replaces the old way of doing this via an
ID attribute that proved difficult to use from AppleScript.
- XML Tools now properly reports mismatched tag errors. Previous versions
reported a very unhelpful paramErr (-50) in this case. This version
will indicate a mismatched tag error and suggest an offending line and
character offset, as it does with other XML parsing errors.
- Some memory management errors have been resolved which should resolve
some instability problems
- The generate XML command now properly handles 'without pretty printing'
and white space is no longer introduced into the resulting XML stream.
|