This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Multiple Filtering


> 
> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]