xsl-list
[Top] [All Lists]

Re: [xsl] The identity transform and attributes

2008-01-21 09:02:52
David Carlisle wrote:
But, if we have @foo standing for attribute::foo and attribute(foo), why can I not do self::@foo?
self::@foo
is short for
self::attribute::foo
and you can never have two axis specifiers in a step.

I agree and I see where you are coming from, but I would've find it a handy way I suppose ;)

Btw, haven't we all tried sometimes to do something like element::attribute::foo, or following-sibling::attibute::foo? I know, all these can be expressed easily differently, but I still vividly remember my struggle with the exceptional cases for attributes (and the odd namespace axes (is that plural for axis?) I only way later started to understand).

Cheers,
-- Abel Braaksma

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