Re: parent attribute? aaargh

Subject: Re: parent attribute? aaargh
From: ht@xxxxxxxxxxxxxxx (Henry S. Thompson)
Date: 08 Feb 1999 10:18:26 +0000
"Mattias Konradsson" <preacher@xxxxxxxxxxx> writes:

> 
> 	<xsl:value-of select="ancestor(submenu@id)" />
> 
> Should work right? I've also tried a number of other patterns to no avail,

try <xsl:value-of select="ancestor(submenu[@id])/@id" />.

Read this as "get the value of the id attribute from the first
ancestor of type submenu which has an id attribute".

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht@xxxxxxxxxxxxxxx
		     URL: http://www.ltg.ed.ac.uk/~ht/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread