|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
XML file showing Error while running from the server
I have an XML file which from the local machine I am able to view correctly. But when I put the same file in the Tomcat server it's showing an error message like
Parameter entity must be defined before it is used. Error processing resource 'http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd'. Even if I put the 'xhtml-math11-f.dtd' file in the tomcat server it's still displays the same error message. I am doing some research on displaying maths on webpages and I got the file from samples. The file I am using is <?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> </head> <body> <p>Here is some math: <math xmlns="http://www.w3.org/1999/xhtml"> <msup> <mi>x</mi> <mn>2</mn> </msup> <mo>+</mo> <mn>9</mn> <mi>x</mi> <mo>+</mo> <mn>9</mn> <mo>=</mo> <mn>0</mn> </math> </p> </body></html> I doubt the error is because it's referring a file in some other server. Can any one help me in resolving this. I don't have any idea about XML. Thanx Susan |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > XML file showing Error while running from the server |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|