<?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"  
xmlns:mml="http://www.w3.org/1998/Math/MathML">  
<head>  
<!-- The next lines of text are copied from the file htmlout.cfg, and can be modified there -->  
<style type="text/css">  
.displayed {text-align: center}  
.displayed { display: block !  
important}  
span.leadin {float: left}  
span.vspace {vertical-align: top}  
span.rule {display: inline; background-color: black}  
span.inline-math-graphics {white-space: nowrap}  
hr.pagebreak {color: green}  
table {border-collapse: collapse; border-color: black}  
table td {border-color: black}  
.inlineTable {display: inline-table}  
</style>  
<!-- End of lines from htmlout.cfg -->  
 
<link href="hellosw3.css" rel="stylesheet" type="text/css"/>  
<meta name="CREATED" content="Wednesday, September 01, 2004 23:06:23"/>  
<meta name="REVISED" content="Wednesday, September 01, 2004 23:35:57"/>  
<meta name="GENERATOR" content="Scientific Word"/>  
<title>hellosw3.xhtml</title>  
</head>  
<body >  
<p>  
   Hello World!  
   <mml:math display="inline">  
     <mml:mrow>  
       <mml:mfrac>  
         <mml:mroot>  
           <mml:mrow>  
             <mml:msup>  
               <mml:mi>a</mml:mi>  
               <mml:mn>2</mml:mn>  
             </mml:msup>  
             <mml:mo form="infix">+</mml:mo>  
             <mml:msup>  
               <mml:mi>b</mml:mi>  
               <mml:mn>2</mml:mn>  
             </mml:msup>  
           </mml:mrow>  
           <mml:mn>2</mml:mn>  
         </mml:mroot>  
         <mml:mn>2</mml:mn>  
       </mml:mfrac>  
     </mml:mrow>  
   </mml:math>  
</p>  
</body>  
 
</html>