xsl-list
[Top] [All Lists]

RE: [xsl] The identity transform and attributes

2008-01-21 05:44:58
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)

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