Re: [xsl] I mean self::* doesn't select attributes :(

Subject: Re: [xsl] I mean self::* doesn't select attributes :(
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 25 Apr 2001 16:38:27 +0100
  Wouldn't 
      attribute::xyz:foo
  or
      @xyz:foo
  work?

yes but the real problem is that you can't negate, you can do

*[not(self::foo)] to select all elements but foo, but you can't do

@*[not(self::foo)]

well you can, but it is the same as @*.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

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


Current Thread