Re: editing MathML with Amaya - reading with Mozilla FireFox

I tried to detect the line which cause the "hang" of Mozilla FireFox and....I 
just found the solution 5 minuts ago...

The following line is the author of the problem :

<?xml-stylesheet type="text/xsl" href="pmathml.xsl"?>

If you change it to :

<?xml-stylesheet type="text/xsl" href="mathml.xsl"?>

there is no more problem !!???

But, I must admit that I don't know why ??

Just look whith FireFox :

http://www.clg-bert-malakoff.ac-versailles.fr/Developpement.xml

Because you're the author of this stylesheet, you may have an idea ?

However, congratulation for this work !! 

Pascal

Selon David Carlisle <davidc@nag.co.uk>:

> 
> > But, if I read the same file copied on my website which
> > is on a linux server, FireFox crash !
> 
> I can confirm the same effect: the file served from your server works
> fine in IE/mathPlayer but firefox 0.8 hangs ("not responding") and has
> to be killed and mozilla 1.6 is the same.
> 
> The usual reasons for files to work of the file system but not off the
> server are incorrect mime types or character encoding setting, however
> your server is serving the xml and xslt both as text/xml which looks OK
> and doesn't appear to be explicitly setting the charset so as the files
> are latin1 (iso-8859-1) that also looks OK to me.
> 
> You could try to isolate the problem by making a file that does not have
> <?xml version="1.0" encoding="iso-8859-1"?>
> at the top and does not have your accented letters (or at least, does
> not have them in latin1 encoding, you could use &#x..; but for testing
> purposes you could just remove them.
> 
> If that works, it tells you what the problem is (and suggests a
> workaround) but it is supposed to work as you have it, I think.
> So you may want to report this as a bug using mozilla's bugzilla system.
> 
> David
> 
> 
> 
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star Internet. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ________________________________________________________________________
> 

Received on Friday, 16 April 2004 09:16:29 UTC