Subject: Re: General Searching query
From: Emiliano <emile@xxxxxxxxxxxxxx>
Date: Mon, 17 Dec 2001 18:17:01 +0100 (CET)
|
Andrew Welch wrote:
> You have around 20,000 xml files, all around 10k in size. You have to write
> a stylesheet that will run on IE5.5 using MSXML2.5 (possibly v3) that will
> search the XML files, based on a name-value pair.
>
> The solution you are looking for will be fast, and scalable because you know
> eventually it will have to search up to 250,000 XML files.
I'd look into preprocessing and using a specialized searching engine.
You don't really want to be searching 250K xml files in a browser.
Emile
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|