xsl-list
[Top] [All Lists]

Re: xsl:key match all values

2005-03-28 16:52:24
Karl,

At 06:30 PM 3/28/2005, you wrote:
Hmmmm... a thought:

Might a variable serve as a shortcut to a pre-selected result of data?

Certainly. If your key is constant (maybe that value really is always '1') there's really no point in indexing elements: you may as well just find them once and be done with it.

In this case, a global variable declaration could simply say

<xsl:variable name="BBB-children" select="//BBB[(_at_)t='1']/*"/>

... which amounts to exactly what was suggested by others in this thread.

You put the variable declaration at the top level so it is (a) evaluated only once even by a naive processor, and (b) it's accessible from any template.

Cheers,
Wendell


======================================================================
Wendell Piez                            
mailto:wapiez(_at_)mulberrytech(_dot_)com
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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