[Home] [By Thread] [By Date] [Recent Entries]
> <xsl:template name="MY_TEMPLATE"> > <xsl:param name="t" /> > <xsl:value-of select="p/c[$t]/@y]" /> > </xsl:template> > > However that obviously doesn't work. how about: select="p/c[@*[name() = $t]]/@y" -- Andrew Welch http://andrewjwelch.com Kernow: http://kernowforsaxon.sf.net/
|

Cart



