browser displaying ∫ instead of integral character
"DKM" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.mathml |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hello all, I am creating a math element containing an equation on the server side and when I output it as xml, I see &int; instead of the integral sign. It is the same thing with other character entities too. Otherwise, everything is working. I create the math element called math_element and display it as follows: <% Response.Write(math_element.xml) %> I will appreciate it if anyone can provide a remedy for it. Thanks, DKM