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

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

Subject: Re: <xsl:apply-templates select="not('nodename')"/> ?
From: "ashu t" <aashut@xxxxxxxxxxxxxx>
Date: 27 Aug 2002 15:41:42 -0000
Re:  <xsl:apply-templates select="not('nodename')"/> ?
Hello Michael
You are not selecting the node.You are just giving the not condition.
You should do it something like this way
<xsl:apply-templates select="*[not(self::apple or self::orange)]" />


Hope this help you

Enjoy
ashu

On Tue, 27 Aug 2002 Michael Rothwell wrote :
I would like to preferentially list some children ahead of others. I'm trying to do it like this:

<xsl:apply-templates select="./apple"/>
<xsl:apply-templates select="./orange"/>
<xsl:apply-templates select="not(apple|orange)"/>

... I want for the third line to process all other children. It's not working that way though. What's the right syntax to achieve this?

Thanks,

-M


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.