I'm trying to Xpath EXprn for a current node(name unknown).I tried using the below syntax,but it fails .Pls help.
<xsl:variable name= "xpath" select ="name(ancestor-or-self::(.))"/>
Find Xpath Expn of current node using ancestor-or-self
|