xsl-list
[Top] [All Lists]

[xsl] How to test the parent name

2008-02-16 00:39:54
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 ?



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>