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

Re: [xsl] Using a URL in a XSL doc


Subject: Re: [xsl] Using a URL in a XSL doc
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 10 Apr 2001 14:16:29 +0100

> I'm not sure if the <xsl:attrbute> stuff
> I've put in is 100% standards compliant 

It is (and people often seem to post the such usage here) but 

<a>
						<xsl:attribute
name="href"><xsl:value-of select="article_url"/></xsl:attribute>

is just a long way of writing

<a href"{article_url}">


David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

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



Current Thread