xsl-list
[Top] [All Lists]

RE: [xsl] how to find parent node

2007-01-23 08:58:00
Try her:

http://www.w3schools.com/xpath/xpath_syntax.asp


Good luck


-----Original Message-----
From: xslt.new [mailto:xslt(_dot_)new(_at_)gmail(_dot_)com] 
Sent: Tuesday, January 23, 2007 9:54 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] how to find parent node

Hi:

Suppose I have an xml input:

<element1>
<para>
<test1></test1>
</para>
</element1>
And I want to find out the parent of test1 in the <test1> template
itself. I tried <xsl:value-of select="name(parent::*)"/>. This works
only if <test1> is directly under <element1> and not under <para>. Is
there any way to find out the parent of <test1> wherever it is?

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