[Home] [By Thread] [By Date] [Recent Entries]
On Saturday, April 5, 2003, at 12:11 AM, David B. Bitton wrote: OK, So now i have the following non-functioning template: You don't need the {} BTW. </xsl:template> what ? why not just do <xsl:value-of select="@name"/> ? You can't have the name of a variable be a variable... wait ... maybe you mean something like this <xsl:value-of select="$somevariable/*[@name = current()/@name]"/> that will select any child of $somevariable, that has a name attribute equal to the name attribute of the current (context) node. simon
--
anti-spam: do not post this address publicly
www.simonwoodside.com -- 99% Devil, 1% AngelXSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



