[
Lists Home |
Date Index |
Thread Index
]
- From: "Don Park" <donpark@quake.net>
- To: <xml-dev@ic.ac.uk>
- Date: Wed, 2 Sep 1998 05:27:38 -0700
>I would suspect that the DOM package provided by Don Park has similiar
>performance and memory consumption. Your best bet would probably be to
look at
>an XSL package which takes a DOM tree of your XML data, and a DOM tree of
an XSL
>stylesheet and spits out the content. That way you are not stuck with an
MS,
>IBM, Oracle, or whatever implementation that you are not happy with.
About 10 seconds and 10 meg of memory to convert each meg of XML into DOM
with JIT enabled.
My solution to the problem of DOM building speed is based on that famous
doctor joke about a guy telling his doctor "Doctor, it hurts when I do
this!". The trick lies in reducing the need to build DOM everytime the XML
document changes. Unless you are into pain, that is.
Don
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)
|