xsl-list
[Top] [All Lists]

RE: [xsl] What's wrong with this key?

2006-05-24 06:31:36
So to be bold, how can I correctly create a key expression to 
read out all members of a key, or list them in some other way?

For 

<xsl:key name="N" match="M" use="U"/>

you can find all the members of the key using select="//(M)". There's no way
of finding them via the key itself.

(The term "members of the key" isn't actually meaningful, but I think I can
guess what you might mean.)

Michael Kay
http://www.saxonica.com/


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