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]

RE: [The XSL-List Digest V3 #244]


> To what level of querying is possible using XSL. Is it 
> possible to have a sort
> of querying like as done in a search engine using XSL? 

No, XSLT doesn't support this kind of information retrieval.
- it doesn't support building free text indexes
- it doesn't recognize the concept of a document collection
- it doesn't have query operators to do things like phrase and proximity
searching
- it can only select a node-set that matches a query precisely, not rank
nodes according to the closeness of match.

Mike Kay


 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]