xsl-list
[Top] [All Lists]

Re: [xsl] How to test the parent name

2008-02-16 01:42:35
<xsl:if test="parent::tag-name">

On Sat, Feb 16, 2008 at 10:35 AM, Mansour <mansour77(_at_)yahoo(_dot_)com> 
wrote:
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>
 --~--



--~------------------------------------------------------------------
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>