This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Using a URL in a XSL doc


Thanks very David, and Duncan. That was a great help!!!



-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of David Carlisle
Sent: Tuesday, April 10, 2001 1:16 PM
To: xsl-list@lists.mulberrytech.com
Subject: Re: [xsl] 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]