[xsl] Testing for Parent Nodes of multiple types

Subject: [xsl] Testing for Parent Nodes of multiple types
From: "Ciaran Byrne" <ciaran.byrne@xxxxxxx>
Date: Wed, 14 Mar 2001 16:36:04 -0800
Hi all,
	In my content I am testing for the parent of
my context node. The parent can be one of several different
elements.

For example, let's say that the parent of the element 'b' can
be 'p','b','i','u','td'.

At the moment in my xsl:if I have the node test

<xsl:if test="parent::p or parent::b or parent::i or parent::u or
parent::td">
...
</xsl:if>


Is anyone aware of a more efficient way to implement this ?

Thanks,
Ciaran.



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


Current Thread