Re: Getting Mozilla to display MathML in .aspx file
[email protected] Wed, 8 Oct 2008 03:28:51 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.mathml |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <e11e34bb-5d15-4624-96e6-4ce0904b303d@c22g2000prc.googlegroups.com> |
Hi E, I don't know anything about .aspx files, but you can read about running mathML with Mozilla in: http://www.dessci.com/en/products/mathplayer/author/creatingpages.htm You can see the use of mathML with Firefox3 in .xhtml files of my courseware Math Animated at: http://mathanimated.com/ Cheers, Samy On Oct 7, 4:10 pm, David Carlisle <[email protected]> wrote: > moz doesn't care what extension the file has but it does need to see an > xml mime type. If either as a site default, or in the asp coding in the > file itself you set the mime type to application.xml or > application/xhtml+xml for example then it should work OK, so long as > your asp .net coding is generating well formed xhtml. > > google suggests that this snippet does what you want (they wanted to use > xslt rather than mathml, but it's same issue) > > http://channel9.msdn.com/forums/TechOff/254240-Stopping-aspnet-settin... > > David > > ________________________________________________________________________ > The Numerical Algorithms Group Ltd is a company registered in England > and Wales with company number 1249803. The registered office is: > Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom. > > This e-mail has been scanned for all viruses by Star. The service is > powered by MessageLabs. > ________________________________________________________________________