This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: detecting attribute node type


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]