Re: [xsl] xsl:variable with hex color values

Subject: Re: [xsl] xsl:variable with hex color values
From: Rolando Isidoro <rli@xxxxxxxxxx>
Date: Sun, 22 May 2005 17:46:21 +0100
I've just used XSL debugging under XMLSpy, no error is returned and the output is correct:

<html>
<head />
<body>
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
<table>
<tr>
<td bgcolor="black">
1
<br>
</td>
</tr>
<tr>
<td bgcolor="white">
2
<br>
</td>
</tr>
<tr>
<td bgcolor="black">
3
<br>
</td>
</tr>
<tr>
<td bgcolor="white">
4
<br>
</td>
</tr>
</table>
</body>
</html>


Any idea why it works this way and not over the browsers?

Rolando

Current Thread