Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


firefox xsl mystery?

From: "MichaelD" <michael_dag@--------------------.--->
To: NULL
Date: 9/7/2006 11:40:00 AM

I have been playing with xml and xsl and am trying to display a nice red X 
and green V tickmark,

I found the following code to work nicely with both firefox and IE:
  <table width="50%" border="0" cellspacing="3" cellpadding="3">
    <tr>
      <td>Testing</td>
      <td>
        <div align="center">
          <font color="red" size="4" face="Webdings">r</font>
        </div>
      </td>
      <td>
        <div align="center">
          <font color="green" size="4" face="Webdings">a</font>
        </div>
      </td>
    </tr>
  </table>

I know about using webdings in firefox being a "problem", but apparently my 
system displays this
code nicely... The mystery starts with putting this code into an xsl style 
sheet...
In IE everything is fine, but in firefox, the green and red is there, the 
size is there, but not the "face"
so only the r and a are displayed...

What is the difference between "inflight" generated html and for example 
using nxslt to convert to html
as both the pure html as the converted html display very well in firefox, 
except when displaying my xml file with associated stylesheet...

I am missing something?

Michael 




transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent