xsl-list
[Top] [All Lists]

Re: xsl:variable with hex color values

2005-05-22 09:46:21
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--