xsl-list
[Top] [All Lists]

Re: [xsl] Lookup tables

2007-03-15 19:15:46

OK, I think I misunderstood how keys work. So the template says match 
Keys/key, does that mean match Keys/key anywhere or from the root?

match="Keys/key" matches any key element under any Keys element.
You could use match="/A/Keys/key" to match from the root, or a better
thing to do I think, might be put Keys in its own namespace.  Keep in
mind that an implementation is very likely to precompute some sort of hash
table so that it can resolve the key lookup -- I *assume* that would mean
it's probably pretty safe not to worry about where the keys are defined
in the document.

Jim

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
James A. Robinson                       
jim(_dot_)robinson(_at_)stanford(_dot_)edu
Stanford University HighWire Press      http://highwire.stanford.edu/
+1 650 7237294 (Work)                   +1 650 7259335 (Fax)

--~------------------------------------------------------------------
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>