
January 7th, 2002, 01:54 PM
|
|
Bringer of the Bling
|
|
Join Date: Dec 2000
Location: Orlando, FL
Posts: 68
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
The answer is simply that Netscape 6/Mozilla don't support XSL yet. Instead they use CSS to render the xml file.
An alternative to get it to work cross platform would be to use server side scripting, like the XSLT extensions available in PHP 4.1, to accomplish this.
If that's not available, looks like you'll be doing some browser sniffing.
|