Re: [xsl] what can you do with {} and @@ (was: Generating Link References)

Subject: Re: [xsl] what can you do with {} and @@ (was: Generating Link References)
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Fri, 29 Jun 2001 11:09:24 +0100
using { someelement name or xpath }within attribute; is shorthand for
<xsl:value-of select="someelement name or xpath"/>
not sure about the double @ though.

cheers, jim fuller

----- Original Message -----
From: "Rene de Vries" <RdVries@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Cc: <davidc@xxxxxxxxx>
Sent: Friday, June 29, 2001 11:04 AM
Subject: [xsl] what can you do with {} and @@ (was: Generating Link
References)


> David,
>
> Can you tell me more about your one-liner, because as you've noticed I'm
not used to use it.
>
> <a href="mailto:{.}@@somecompany.com";>
>
> Is {.} an equivalent of <xsl:value-of select="."/>?
> Are the double @@ necessary to get one @?
>
> Greetings Rene
>    { @   @ }
>         ^
>       \__/
>
> "You don't need eyes to see, you need vision!"
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread