[xsl] detecting attribute node type

Subject: [xsl] detecting attribute node type
From: "Oleg Tkachenko" <olegt@xxxxxxxxxxxxx>
Date: Wed, 8 Aug 2001 12:39:52 +0200
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.

---
Oleg Tkachenko
Multiconn International


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


Current Thread