This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: General Searching query


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]