[xsl] attribute vs { }

Subject: [xsl] attribute vs { }
From: "Ilyasov Jienbay" <jienbay@xxxxxxxxxxx>
Date: Wed, 27 Mar 2002 01:58:37 +0000
<a>
<xsl:attribute name="href">
 <xsl:text>file://</xsl:text>
 <xsl:value-of select="element">
</xsl:attribute>
</a>

and

<a href="file://{element}">

generate the same result with xalan.
is it allright to use it this way?

jian

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx



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



Current Thread