XSLT checking name of parent node
843834Apr 13 2003 — edited Apr 13 2003Rather stupid problem, but I'm totally lost here.
I want to write an <xsl:if> to check if the parent to the current node is a <menu>. <xsl:if test="../menu"> doesn't work, since it actually checks if the parent has a child-node <menu> instead of telling me whether the parent itself is.
Any ideas on this would be greatly appreciated..
Tommy Sedin