Re: Filtering using XSL

Subject: Re: Filtering using XSL
From: David Carlisle <davidc@xxxxxxxxx>
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


Current Thread