[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Re: detecting attribute node type

Subject: Re: Re: detecting attribute node type
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Wed, 8 Aug 2001 05:18:37 -0700 (PDT)
available node type in xml
> 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.


This will not help to distinguish the type of the current node from being a
namespace node or an attribute node.

Better do not limit the available node types (7 is too many of them) with negations,
but use a non-negative, constructive XPath expressions.

I know two such expressions:

  count(. | ../@*) = count(../@*)

and

 generate-id() = generate-id(../@*[name()=name(current())])

Cheers,
Dimitre Novatchev.

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.