Re: [xsl] Whats Wrong with: <xsl:value-of select="//exec[@stepid=$temp_step]/dds/dd[logical/@id=$temp_id]" />

Subject: Re: [xsl] Whats Wrong with: <xsl:value-of select="//exec[@stepid=$temp_step]/dds/dd[logical/@id=$temp_id]" />
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Fri, 12 Nov 2004 15:37:31 +0100
Then one should put the string between double quotes...

<xsl:value-of select="'some string'" />

<xsl:value-of select='"some string"' />

are the same...

Grtz,
Geert

Mike Ferrando wrote:

Andrew,
Thanks. I didn't know there was such a great difference between these
methods.

I wonder how someone might do this if they were using only single
quotes for their xsl attributes?

Example:
<xsl:variable name='x' select='@my_attribute'/>

Mike Ferrando

Current Thread