RE: Multiple Filtering

Subject: RE: Multiple Filtering
From: "Carl Soane" <csoane@xxxxxxxxxxxxx>
Date: Thu, 3 Feb 2000 18:01:07 -0800
Try this:  "Chapter[child::node()=SubChapter]"

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)]"/>
But,this filters out all Chapters....
Any ideas/suggestions will be greatl helpful for me
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


 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