pauldick 01/09/18 13:12:06 Modified: test/tests/conf/copy copy38.xsl Log: Removed multiple <table> attributes. Revision Changes Path 1.2 +1 -1 xml-xalan/test/tests/conf/copy/copy38.xsl Index: copy38.xsl =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf/copy/copy38.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- copy38.xsl 2001/08/03 15:01:42 1.1 +++ copy38.xsl 2001/09/18 20:12:06 1.2 @@ -38,7 +38,7 @@ <h2><xsl:value-of select="concat(team[1], ' versus ', team[2])"/></h2> - <table bgcolor="#cccccc" border="1" cellpadding="5"> + <table border="1"> <xsl:copy-of select="$table-heading"/><!-- This is the test! --> <tr> <td><xsl:value-of select="date"/> </td> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]