Problem of reading XML math in the web

Asked By 220 points N/A Posted on -
qa-featured

Hi everyone, I am doing web designing. I am working with XML on the web, but recently I can't read XML math in my web page.

Can anyone help me out from this problem, thanks!

SHARE
Answered By 35 points N/A #158251

Problem of reading XML math in the web

qa-featured

Hello

You can use this example as reference: questions from Stackoverflow read xml contents-and-put-into-html-page-using-javaScript

You forgot to mention which programming language you use for making web site.

To successfully read XML file you need to write your XML file following certain rules.

To verify your XML file use this tool:

If your XML file have no errors then check if you use some special characters.

If so, then make sure you set text encoding in your XML file and in your web site on utf-8.

I hope I helped.

Regards.

Related Questions