Subject: Re: XSLT variable eval
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 1 Dec 2004 12:54:52 GMT
|
<xsl:attribute name="{@as}"><xsl:value-of select="${@name}"/></xsl:attribute>
^^^^^^ - how eval this variable?
It isn't a variable just an attribute node.
so
<xsl:value-of select="@name"/>
curly brackets {} are _never_ used in XPath expressions (except as part
of a string).
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|