RE: [xsl] detecting attribute node type

Subject: RE: [xsl] detecting attribute node type
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 8 Aug 2001 14:53:24 +0100
> Michael Kay wrote:
> > > What about this:
> > >
> > >   not(self::* or self::text())
> >
> > That will also be true for an empty element node.
>
> Are you sure? Notice, I used a "self" axis!

Sorry, I'll put my specs back on!

self::* (as a boolean) returns true for an element node
self::text() (as a boolean) returns true for a text node

So the above condition is true for any node other than an element node or
text node.

Mike Kay
Software AG


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread