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]

select question


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

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