xsl-list
[Top] [All Lists]

RE: [xsl] searching a group of xml documents

2007-06-25 13:19:59
I know how to do it is with xslt...but for 100 xml documents 
it would probably be very slow.

No, it can be surprisingly fast. I've used XSLT (or XQuery - makes no
difference) to search collections of 10,000 or so schemas in the W3C test
suites without having to go and make a cup of coffee. Saxon's collection()
function is ideal for this kind of task.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>