RE: [xsl] Re: Re: Change of Attribute Value

Subject: RE: [xsl] Re: Re: Change of Attribute Value
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 4 Nov 2005 17:37:15 -0000
> Not quite. The principal node kind for the self axis is 
> elements, but self::node() will find any kind of node, and 
> therefore self::node()[local-name()='xyz'] will work.

But I forget what the problem was. In a boolean context, you can just say

test="local-name()='xyz'".

> 
> Michael Kay
> http://www.saxonica.com/

Current Thread