- From: <iyb@actcom.net.il>
- Date: Sat, 29 Oct 2005 19:33:45 +0200
- To: www-math@w3.org
Hello,
Presentation MathML works fine. Content MathML - not at all. Browser used:
Netscape 8.0.4 .
Please explain how to get the following XHTML document to display correctly.
Currently the screen is totaly blank. (same screen with other two examples in
http://www.w3.org/Math/XSL/csmall2.xml ).
Thank you :)
=============
test.xhtml
----------
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> test </title>
</head>
<body>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<infinity/>
</math>
</body>
</html>
=============
Received on Saturday, 29 October 2005 17:34:31 UTC