Subject: Re: short question regarding xsl:attribute
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 16 Mar 2003 23:20:17 GMT
|
an example involving xsl:attribute in kay's book:
<table>
<xsl:attribute border="2"/>
I hope that isn't the example as xsl:attribute doesn't have a border
attribute.
Assuming the example is
<xsl:attribute name="border">2</xsl:attribute>
then yes it's the same as using a literal result element attribute
in this case.
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|