Is there a size limitation on XML file given to MSXSL as input?

Ingo Macherius macherius at darmstadt.gmd.de
Tue Sep 1 16:45:28 BST 1998


Amit Rekhi <amitr at 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 at 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 at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list