RE: Multiple Filtering

Subject: RE: Multiple Filtering
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 4 Feb 2000 12:13:50 -0000
> 
> I want all Chapters that has SubChapters alone.That is,I want 
> to filter out 
> Chapters (till the last level) which does not has SubChapter.
> I tried using as follows...
> <xsl:template match = Chapter[not(SubChapter)]"/>

I think your pattern is correct. This means either your error is elsewhere
in the stylesheet, or your XSLT processor has a bug. You need to post an
example that shows exactly what's in your source document, what's in your
stylesheet, and what result you get, and that tells us which processor you
are using.

Mike Kay


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


Current Thread