[
Lists Home |
Date Index |
Thread Index
]
- From: "Ingo Macherius" <macherius@darmstadt.gmd.de>
- To: amitr@abinfosys.com
- Date: Tue, 1 Sep 1998 16:44:54 +0200
Amit Rekhi <amitr@abinfosys.com> wrote at 1 Sep 98, 18:26:
> Is there a restriction on the size of the XML file I give as input
> to the MSXSL ActiveX control?
> I am using the MSXSL ActiveX control to display a XML file using the
> following :-
I used systematically tested free XML tools and found many of them
choking on large input. Especially IE5b1 seems to have a crash-
guarantee when dealing with > 25.000 elements. The most common death
is exponential time consumption while garbage collecting string
fragments. Many Java-based tools suffer from that.
My afterall impression is that most available tools do well with toy
examples, but any input being in the MB range easily blasts them. At
least that's true for what came from MS so far.
> 1) Is there a limitation on the amount of XML elements that can be present
> in a XML file given as input to the MSXSL processor?
There is a way in SGML, namely SGML declarations. Maybe that wasn't
an all-so-bad idea. Vendors should publish formal declarations for
the capacity of their products.
++im
--
Ingo Macherius//Dolivostrasse 15//D-64293 Darmstadt//+49-6151-869-882
GMD-IPSI German National Research Center for Information Technology
mailto:macherius@gmd.de http://www.darmstadt.gmd.de/~inim/
Information!=Knowledge!=Wisdom!=Truth!=Beauty!=Love!=Music==BEST (Zappa)
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)
|