select question

Subject: select question
From: "J.R. van Ossenbruggen" <Jacco.van.Ossenbruggen@xxxxxx>
Date: Wed, 08 Mar 2000 13:20:19 +0100
How do I select all children of a node _except_ those of type x?

E.g. I want something allong the lines of

     <xsl:apply-templates select="not x"/>
or
     <xsl:apply-templates select="child::x != 1"/>

Any tips?

	Jacco


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


Current Thread