[xsl] How to test the parent name

Subject: [xsl] How to test the parent name
From: Mansour <mansour77@xxxxxxxxx>
Date: Sat, 16 Feb 2008 03:35:18 -0400
I am trying to test the name of the parent.

<xsl:test if="name(parent::*)='some-tag'">direct descendant</xsl:test>

If I do this:
<xsl:value-of select="name(parent::*)" />
Then I get the name of the parent output correctly, but when putting it in a test element, it does not.
Why ? What do I do to perform the test ?


Current Thread