xsl-list
[Top] [All Lists]

Re: [xsl] key declarations in/for included stylesheets

2012-07-20 04:43:27

On 20/07/2012 06:20, Trevor Nicholls wrote:
Or I could put a unique key declaration into each “included” stylesheet and
use that:

       <xsl:key name="blah-id" match="*[@id]" use="@id" />

Maybe a smart processor would recognise that this was identical to the other
keys and not replicate it? I don’t know if I can rely on that.


It will give the correct answer, because duplicates are eliminated, but I think it's likely to be inefficient on many processors. Certainly on mine.

Michael Kay
Saxonica

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