Re: HREFs in XSL
by Francis Norton other posts by this author
Feb 14 2001 9:36AM messages near this date
RE: HREFs in XSL
|
Identity-constraint
"Florian G. Haas" wrote:
>
> I'm sure this will line wrap in a weird way when this message is
> transmitted.
You can use AVTs (Attribute Value Templates) to avoid any "weird wrap"
problems -
<a href="mailto:{email}>
<xsl:value-of select="email" />
</a>
Francis.
Thread:
JoshMEagle
Florian G. Haas
Francis Norton
|