OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HREFs in XSL



"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.