Re: Getting Mozilla to display MathML in .aspx file
David Carlisle <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.mathml |
|---|---|
| Message-ID | <[email protected]> |
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-setting-content-type/ 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. ________________________________________________________________________