|
Whats New In XML Tools 2.5
XML Tools version 2.5 introduces the following
new features:
- Added a new separate namespace URIs parameter to the parse
XML command. This parameter, which is true by default, controls how
namespaces are reported when parsing XML data. When true, XML Tools
reports tag names and the associated namespace in separate properties
of the XML Element record, XML tag and XML namespace uri respectively.
When false, only the XML Tag property is generated containing both namespace
URI and the tag name in the format UTL:TagName.
- Mac OS X 10.2 introduced changes to the AppleEvent Manager that slowed
XML Tools down considerably when parsing complex XML documents. XML
Tools 2.5 contains changes which improve performance by roughly 20%
on 10.2 systems.
|