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: I mean self::* doesn't select attributes :(



Evan Lenz wrote:
>
> Removing unneeded complexity from my previous examples, I now have the
> following approaches to testing whether the attribute context node's name is
> a particular namespaced name:
> 
> @*[local-name()='foo' namespace-uri()='&xyzURI;']
> @*[generate-id()=generate-id(../@xyz:foo)]
> @*[count(.|../@xyz:foo)=count(../@xyz:foo)]  (Thanks Ken)
[...]
> What I naturally tried was:
> @*[self::xyz:foo]
> But that doesn't work, [...]


Wouldn't 
    attribute::xyz:foo
or
    @xyz:foo
work?

--Joe English

  jenglish@flightlab.com

 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]