xsl-list
[Top] [All Lists]

Re: index

2003-07-24 02:09:43

When we use an index in XSLT is built an hashtable with keyvalue and nodes.
But how are defined the nodes in this table (path , oID...)?

A system _might_ build a hashtable or it might just convert key() into
the equivalent xpath and search the entire document each time (which is
effectively how it is defined) Any data structures the system uses to
optimise this are system dependent and invisible to the stylesheet.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>
  • index, Philippe Dubreuil
    • Re: index, David Carlisle <=