[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: mime types, i.e.5, Mozilla, and MathML

Subject: Re: mime types, i.e.5, Mozilla, and MathML
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 3 Jul 2002 00:31:24 +0100
ie does not display mathml
> At  the w3c Math test suite site, or their intro to mathML site, 
> there are mathml examples; and when I view them in my browser, the 
> MathML that these sites have posted will display properly . When I 
> paste the same source html/mathml into a document on my pc, and then 
> try to open it in the SAME browser, it will not display. Why? This 
> sounds to me like for some reason the browser is not able to locate 
> the mathml.xsl stylesheet.

I suspect that www-math@xxxxxx might be better than xsl-list but
anyway...

the files have _relative_ links to copies of the stylesheet (because oF
IE security restrictions on doing anything else.

Check the files you have downloaded they start something like
<?xml-stylesheet ... href="pmathml.xsl"?>

so you need to either change that to be a relative path to a local copy
of the stylesheet (wherever your local copy is) or make it into a full
path http://www.w3.org/Math/XSL/pmathml.xsl 
(IE does allow going from your local disk to the server for the
stylesheet, it just doesn't allow going from one server to another)

> I have tried disabling the IE security setting.
Note I really don't recommned this (since it affects an unknown number
of other things besides XSL) I have reworded teh description of the
problem on the website to make it more clear that this was not a
recommended route (although it does work)

> e "C:\WINDOWS\ . . . " (i 
> tried changing the direction of slashes in the previous absolute 
> pathname, too), but nothing works.

aha maybe that's your problem in which case it's not an XSL issue at
all. c:\xxx\yyyy and c:/xxx/yyy are both URI in an unknown URI scheme 
"c" that being the part before the : as in http://... ot ftp://...
some windows programs silently correct such bad URI but they are not
obliged to, you should use
file:///c:/xxx/yyy

> How can the same code on the same 
> browser preview correctly from a remote site and yet completely bomb 
> on my personal computer?

Fragile beast's web browsers...

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.