[Home] [By Thread] [By Date] [Recent Entries]
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 ?
|

Cart



