xsl-list
[Top] [All Lists]

Re: Select value using not(keys)

2006-03-04 10:48:46
On 3/4/06, geoff hopkins <geoffhopkins123(_at_)yahoo(_dot_)com> wrote:
thank you I will stay away from those nasty keys...
for now.....can you explain what the ../a does?

Keys aren't nasty... just not meant for what you were trying to do...

../ is shorthand for parent::* so it selects the parent node

../a selects all <a> children of the parent

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