[
Lists Home |
Date Index |
Thread Index
]
- From: Mark Birbeck <Mark.Birbeck@iedigital.net>
- To: "'xml-dev@ic.ac.uk'" <xml-dev@ic.ac.uk>
- Date: Fri, 29 Jan 1999 21:47:11 -0000
> Also DOM should not such a resource hog as it is
> now.
Not sure if we should be so hard on it! It is only a parser, and it's up
to you what you do with it. For example, I could imagine a model where
you have a number of instantiations of DOM as sort of caches. You then
read and write data to a relational database, converting to and from
nodes in the XML tree as required.
Your searching and selection algorithms would have to retrieve from the
database, not inside DOM - which is no way going to be optimised enough,
anyway. Of course there's loads of ways you could implement this, but
eventually someone will give us a nice black box, and away we go. In the
meantime, give DOM a break!
Mark Birbeck
Managing Director
Intra Extra Digital Ltd.
39 Whitfield Street
London
W1P 5RE
w: http://www.iedigital.net/
t: 0171 681 4135
e: Mark.Birbeck@iedigital.net
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|