Website Content

Creating Mathematics Using MathML

In order to create MathML from your software created Math equations, install any of the free or paid applications.

The following software were utilized to create MathML code.

MathML Creation Software
MathML Creation Software Support Documentation
MathType MathType Tips and Tricks
MathEQ Expression Editor MathEQ Expression Editor Online Documentation
MathMagic Personal Edition MathMagic Online User Guide
Scientific NoteBook Scientific Notebook Online Knowlegde Base
Fire Math FireMath Editing Concepts

MathType

MathEQ Expression Editor

MathMagic Personal Edition

Scientific Notebook

FireMath


Final Step for Each Software

The obtained MathML code can then be pasted into your web editor (like Dreamweaver or Kompozer) in the body tag of your HTML code. If the MathML code was copied to the clipboard, just press Ctrl-V inside the body tag of your HTML code. This allows the math content to be displayed on your website after it is published.

In order to view the MathML content, the webpage should have an extension 'xht', for example integrals.xht.

In addition add the following code to the very top (declaration) of your xht file

	
	<?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" 
	[<!ENTITY mathml "http://www.w3.org/1998/Math/MathML">]>  
	<html xmlns:v="urn:schemas-microsoft-com:vml"  
 	xmlns="http://www.w3.org/1999/xhtml"  
	xmlns:m="http://www.w3.org/1998/Math/MathML">

An example of Mathematical Content using MathML