xsl-list
[Top] [All Lists]

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

2004-11-12 07:37:31
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--