store name of an ancestor
I want to set a variable equal to the NAME of an ancestor tag four levels above the current node. What am I doing wrong in the following, because it gives me the VALUES of ALL the children of the ancestor I want the name of...
<xsl:variable name="thisAncestor" select="../../../../*" />
Thanks!
__________________
Thanks!
|