xsl-list
[Top] [All Lists]

XSL2 attribute and schema-attribute tests

2005-11-14 00:33:30
Hi,

If I do a <xsl:whatever select="attribute(foo)"/>, does the select the not default to the child axis, giving me an axis with the principal node type Element, and a node test that selects attributes? In other words, nothing is ever selected? In other words again, I must use "@attribute(foo)" or "attribute::attribute(foo) to ever select anything using attribute() ? Just wanting to make sure I didn't gat anything wrong. (if I'm right that sure is going to confuse some people in the near future).

Does the same thing apply to schema-attribute?

Another  one:

Will "self::node()/@foo" ever select anything, or any nodes not by killed .. killed by axes .. even two of them, disjoint princpal node types?

Thanks for any reply
Soren

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