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: Exclusion in path


Or 

match="/ROOT/*[not(self::FOO)]

I don't know why, I like this better. (I got it from Mike Kay.) Is there
any good reason to?

Cheers,
Wendell

At 01:37 PM 10/4/00 +0100, you wrote:
><xsl:template match="/ROOT/*[not(name() = 'FOO')]>
>
>-----Original Message-----
>From: Lee Goddard [mailto:LGoddard@VHN.NET]
>Sent: 04 October 2000 10:24
>To: 'xsl-list@mulberrytech.com'
>Subject: Re: Exclusion in path
>
>
>
>Is it possible to use an XPATH in an XSL match
>to get all nodes that are not FOO?
>
><xsl:template match="/ROOT/not('FOO')>


======================================================================
Wendell Piez                            mailto:wapiez@mulberrytech.com
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


 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]