[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Whats Wrong with:


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 16:01:12 +0100

Mike Ferrando wrote:

David,
I always use double quotes as well.

Grammatically, double quotes are always first in and last out.
According to my limited experience or programming language, I have
always used single quotes to delimit strings.

To name just a few:


Java -> " for string, ' for char
C -> idem
VB -> " for string, ' marks comments

do you want me to continue?

;-)

So, the single quote gig must have supporters that come from some
other context.

Thanks,
Mike Ferrando


Current Thread