Quote:

It works with IE7 (under Linux+Wine) but not with IE6 (under Linux+Wine).



I fiddled with the default.xsl file on IE6, and it seems that this test is failing:

if ( ... && document.body.filters)) {

I suppose that must be some kind of IE6 add-on that I'm missing (?).

[EDIT]
Mmm.. the required system.reg entries are there, as are the DLLs.
Turning on "script debugging" in IE6 gives this:

Line: 82
Char: 4
Error: Could not complete the operation due to error 80040154.
Code: 0
URL: http://10.0.0.8/?FID=101&EXT=.xml

Apparently, "80040154" means.. "class not registered"
[/EDIT]

Cheers


Edited by mlord (17/05/2007 11:39)