Subject: RE: Using a URL in a XSL doc
From: "Phillip Vamplew" <Phillip@xxxxxxxxxxx>
Date: Tue, 10 Apr 2001 15:06:56 -0000
|
Thanks very David, and Duncan. That was a great help!!!
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of David Carlisle
Sent: Tuesday, April 10, 2001 1:16 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Using a URL in a XSL doc
> 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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|