> > when you use key('foo','bar') it looks up bar in the foo table
> > associated with the current document. So you just need to make sure
> > you are in the document that you want, so
>
> Umm, all fine and good, but how do you generate the key table
> in the first place? I don't want the keys on the main
> document, I want them on the document processed by document()
> (or in some cases on the data produced by an extension)...
>
A typical strategy is that an XSLT processor will generate the key table
on a particular document the first time you use the key() function with
that as the context document. So it never builds indexes unless you
actually use them.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: keys vs. parameters, (continued)
- Michael Kay - Sun, 9 Jun 2002 11:27:25 -0400 (EDT)
- Hunsberger, Peter - Fri, 7 Jun 2002 16:14:22 -0400 (EDT)
- Thomas B. Passin - Fri, 7 Jun 2002 16:48:38 -0400 (EDT)
- David Carlisle - Fri, 7 Jun 2002 17:51:58 -0400 (EDT)
- Michael Kay - Sun, 9 Jun 2002 11:32:21 -0400 (EDT) <=
- David N Bertoni/Cambridge/IBM - Fri, 7 Jun 2002 17:38:02 -0400 (EDT)
- Hunsberger, Peter - Fri, 7 Jun 2002 18:16:01 -0400 (EDT)
- Hunsberger, Peter - Fri, 7 Jun 2002 18:18:09 -0400 (EDT)
|
|