The benefits of XML are many, at least as a format for exchanging data
between applications.
On the flipside, for use within an application I find it hard to beat the
speed and convenience of using MC's custom properties. MC's interpreter is
fast, but not as fast as it's compiled code for getting and setting
properties. And with multiple property sets within a rich object hierarchy,
one can implement complex hierarchical data structures quite easily.
But always looking to improve XML speed for when it's needed, I've been
using the offset function for parsing XML but can't help but think there's a
faster method.
I haven't spent much time running various alternatives through my
benchmarking tool, MetaBench (downloadable for free from
<ftp://ftp.fourthworld.com/MetaCard/4W_MetaBench.mc.sit.hqx>) -- have any of
you come up with faster means of reliably parsing XML than using offset?
--
Richard Gaskin
Fourth World Media Corporation
Multimedia Design and Development for Mac, Windows, UNIX, and the Web
_____________________________________________________________________
[EMAIL PROTECTED] http://www.FourthWorld.com
Tel: 323-225-3717 ICQ#60248349 Fax: 323-225-0716
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.