Re: [xsl] XPath expression "everything but..." ?

Subject: Re: [xsl] XPath expression "everything but..." ?
From: Francis Norton <francis@xxxxxxxxxxx>
Date: Wed, 14 Feb 2001 11:38:10 +0000
Yes, I think this came up fairly recently - the other solution is a bit
non-obvious:

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

looks like one for the FAQ if it's not there already.

Francis.

Jiri Jirat wrote:
> 
> Hello,
>  what about something like
> <xsl:apply-templates select="*[not(name() = 'title')]"/>
> 
> Regards
> Jirka
> 
> Fridiric SCHWEBEL wrote:
> >
> > Hi Folks,
> >
> > Is it possible to have an XPath expression that means "every child but one"
> > ?
> > I found no example about it on Dave's XSL FAQ.

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


Current Thread