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]
Other format: [Raw text]

Re: <xsl:apply-templates select="not('nodename')"/> ?


Thanks, everyone! I went with this suggestion:

<xsl:apply-templates select="*[not(self::apple or self::orange)]" />

And it does what I want for it to do. I really appreciate the suggestions made by everyone. What a great group!

-Michael


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]