Re: XML to HTML

Subject: Re: XML to HTML
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 28 Jun 2000 17:09:02 +0100 (BST)
    <xsl:element name="a">
	<xsl:attribute name="href">
		<xsl:value-of select="LOCATION"/>
	</xsl:attribute>

why not just write 
  <a href="LOCATION">
which means the same thing, and is clearer?

David


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


Current Thread