Subject: Re: detecting attribute node type
From: "Alexander Gutman" <gutman@xxxxxxxxxxxxxxx>
Date: Wed, 8 Aug 2001 18:22:47 +0700
|
Hello.
Oleg Tkachenko wrote:
> Hello there !
>
> Is there an efficient way to detect by XPath expression (not by a
pattern) that
> current node is an attribute node ?
> I know solution like count(../@* | .)=count(../*), but I believe it's
too
> unefficient for this simple task.
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.
--
Alexander E. Gutman
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Alexander Gutman - Wed, 8 Aug 2001 07:27:02 -0400 (EDT) <=
Alexander Gutman - Wed, 8 Aug 2001 08:00:46 -0400 (EDT)
|
|