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: XPath expression "everything but..." ?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]