Subject: RE: Multiple Filtering
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 4 Feb 2000 09:56:10 -0000
|
> Try this: "Chapter[child::node()=SubChapter]"
No, please don't. This will match any Chapter that has a child X of any type
(element, text, comment, or processing instruction), and a child SubChapter
element, such that the string-value of X is equal to the string value of the
SubChapter.
I don't think that's what the poster wanted at all.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|