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



> 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


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