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

Re: Filtering using XSL

Subject: Re: Filtering using XSL
From: "tmmet tvp" <tmmet@xxxxxxxxxxx>
Date: Thu, 10 Feb 2000 10:17:17 PST
filtering in xsl
Hi,
Thanks for your reply...
Yaa..The below method is not working...
I thought it will work as ".//", will traverse the children's children also...
I tried using <xsl:template match = "Main//Chapter[@Value = 'false']"/>
It is filtering all the direct children Chapters of Main which has attribute value = 'true'.What i want is I want only Chapters(direct/indirect children of Main) which has a Value = true...
Any ideas/suggestions will be greatly helpful for me...
Thanks in advance...





From: David Carlisle <davidc@xxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: Re: Filtering using XSL
Date: Thu, 10 Feb 2000 17:30:02 GMT

> Actually,
> <xsl:template match = "Main[.//Chapter[@Value = 'false']]" />
> should work...

what do you mean by `should work' ? As  Steve Tinney said, it is
a valid match expression but almost certainly not what you want.

You said that you wanted to match on chapters, but that match either
gives you the `Main' node (in the case that there is a chapter
with value false) or the empty node list otherwise. It will
never match on any chapters.

David


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

______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com


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.