Subject: RE: detecting attribute node type
From: "Oleg Tkachenko" <olegt@xxxxxxxxxxxxx>
Date: Wed, 8 Aug 2001 15:20:15 +0200
|
Hello Alexander !
> What about this:
>
> not(self::* or self::text())
>
> You should add other self::whatever tests (for comments, etc.)
> if other node types are also under consideration.
Ok, full syntax is
not(self::* or self::text() or self::comment() or self::processing-instruction())
But what about root node ? I believe this expression will also be true for root node. Huh, and namespace nodes :) So, imho, it is not a way.
---
Oleg Tkachenko
Multiconn International
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|