xsl-list
[Top] [All Lists]

Re: [xsl] The identity transform and attributes

2008-01-21 08:41:46
David Carlisle wrote:
And an attribute's self:: axis would naturally be an attribute axis, which cannot hold.

ah, but it does hold, see my reply to Andrew.

David

yes, you're right, I only read your message after I sent mine... I could've learned something of yours ;)


Michael Kay wrote:
Again, I don't know why the self axis isn't available for attribute nodes... any ideas?

The self axis is available for attribute nodes. But the principal node kind
of the self axis is "element", so self:xxx means self::element(xxx) and
self::* means self::element(*). In 2.0 you can write

self::attribute(xxx)

This explains why I was "feeling" that self:: only works with element names. Because I only scarcely use the elaborate syntax. But, if we have @foo standing for attribute::foo and attribute(foo), why can I not do self::@foo?

But (2nd) I am glad there's a way to express it directly on the self-axis.

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