
May 30th, 2001, 12:35 PM
|
|
Junior Member
|
|
Join Date: May 2001
Location: Germany
Posts: 8
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
XSL-Problem
Hello !
I have a problem with XSL :
I want to know the name of the parent-node, for example :
<xsl:if test="name(parent)='foobar'">...</xsl:if>
But it doesn't work. I tried parent, name, local-name, foobar, 'foobar', xsl:when, ... Nothing works properly.
I hope, someone helps me !!!
CU,
d0n
|