[XML-SIG] cDomlette

Thomas B. Passin tpassin@home.com
Sat, 6 Oct 2001 16:24:57 -0400


[Magnus Lie Hetland]

>
> Wow... I tried the 4XPath to search a simple XML file
> with 1000 entries, and was a bit disappointed with the
> time it took to even load the file (with pDomlette):
> 25.540 seconds. Then I noticed cDomlette, and found
> the RawExpatReader... Now it takes only 0.530 seconds.
>

Yes, we had a thread on that last month.  Search for subjects with
4XSLT Performance Problems with Large Files

You might monitor your memory usage while the DOM is building during those
long seconds - you will probably see a major difference between dDomlette
and cDomlette.

Cheers,

Tom P