[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Controlling which nodes to process

Subject: RE: Controlling which nodes to process
From: Troadec Pascal <Pascal.Troadec@xxxxxxxxxxxxxxx>
Date: Fri, 6 Jul 2001 15:43:42 +0200
process all nodes except
Hi  Mike,

it works fine.

Thanks for your help

Pascal Troadec

> -----Original Message-----
> From:	Michael Kay 
> Sent:	Freitag, 6. Juli 2001 15:22
> To:	xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:	RE:  Controlling  which nodes to process
> 
> > is there an expression to select all the children except one ?
> > something as : <xsl:apply-templates select="* and not( caption)"/>
> 
> <xsl:apply-templates select="*[not(self::caption)]"/>
> 
> Strictly this processes all the child ELEMENTS except the caption elements;
> if you want all the child NODES except the caption elements write:
> 
> <xsl:apply-templates select="node()[not(self::caption)]"/>
> 
> Mike Kay
> Software AG
> 
> 
>  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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.