RE: [xsl] the OTHER attributes with XPath

Subject: RE: [xsl] the OTHER attributes with XPath
From: "Daniel N. Javastark" <djavastark@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 16 Jul 2002 16:19:51 +0200
To close the issue, two answers which worked are:

//PERSON/@*[name()!='NAME']

or

//PERSON/@*[not(name()='NAME')]

Thanks everyone.

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of David
Carlisle
Sent: Tuesday, July 16, 2002 12:33 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] the OTHER attributes with XPath



@*[name() != 'UNIQUEID']

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


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


Current Thread