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


I don't view XSLT as a search tool, I view it as a transformation tool. If
you are using MS products, I'd either use SQL Server 2000 (you can get a
free version of the database engine) or one of the emerging XML databases
and do your querying there before doing your transformations. You don't want
to ask IIS to act as a database, querying 250 thousand documents when
requests are made, and you don't want your XSLT processor, whether MSXML or
anyone else, generating 250,000 trees in response to a user request, unless
you've invented some wonderful caching system you'd like to share with us
all.

Unless I'm not understanding the question.

regards,

Chuck White
The Tumeric Partnership
http://www.tumeric.net
chuck@tumeric.net
________________________________________
Author, Mastering XML, Premium Edition
Sybex Books, May, 2001
http://www.javertising.com

----- Original Message -----
From: "Andrew Welch" <andrew@thebristoldirectory.com>
To: <XSL-List@lists.mulberrytech.com>
Sent: Monday, December 17, 2001 9:03 AM
Subject: [xsl] General Searching query


> Hi,
>
> Imagine the scene:
>
> 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.
>
> What kind of stylesheet is best for this task??  Any ideas welcome
>
> Thanks
>
> andrew
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


 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]