RE: [xsl] short question regarding xsl:attribute

Subject: RE: [xsl] short question regarding xsl:attribute
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Mon, 17 Mar 2003 08:53:56 -0000
>   an example involving xsl:attribute in kay's book:
> 
>   <table>
>    <xsl:attribute border="2"/>
>   </table>
> 
This is an error which I believe has been corrected in later reprints.
It should have read:

<xsl:attribute name="border">2</xsl:attribute>

It's still pretty pointless, as you can write

<table border="2"/>

Michael Kay


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


Current Thread