RE: [xsl] DOM and XPath slows down the application

Subject: RE: [xsl] DOM and XPath slows down the application
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Tue, 18 Dec 2001 08:59:22 -0000
It's not really possible to answer a performance question without knowing

(a) what particular products you are using
(b) what your XPath expression looks like

Is performance slowing linearly, or is it worse than that (ie. if you double
the size of the file, does the elapsed time double, or increase fourfold, or
what?

Is your system thrashing for memory?

Mike Kay

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Khurram
> Chaudhry
> Sent: 17 December 2001 20:50
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] DOM and XPath slows down the application
>
>
> I am working on an application using XPath and DOM to
> perform certain queries on an XML file.
>                           Though it seems to work fine
> but as the size of the xml file grows the application
> gets slower and slower, till the time that it actuallt
> freezes once the file is around 2MB.
>
> Do you ppl think that its a limitation of DOM and I
> should have not considered DOM or XPath for such an
> application or is there a way around?
>
>  Thanx in advance
>
> __________________________________________________
> Do You Yahoo!?
> Check out Yahoo! Shopping and Yahoo! Auctions for all of
> your unique holiday gifts! Buy at http://shopping.yahoo.com
> or bid at http://auctions.yahoo.com
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread