<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="test.css" type="text/css"?>
<max xmlns="/my/own/namespace">
	
<customtag>This is some text in the xml section.
It is not editable.</customtag>
	
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" >
<head>
<title>Mozile XHTML Test File</title>
<meta name="mozile" content="edit" />
</head>
<body>

<div class="divNoEdit">

<p><a href="index.html">Return to test index</a></p>

<h3>XHTML 1.0 embedded in XML<br/>
Content-Type: application/xml; charset=UTF-8<br/>
</h3>
<p>This <code>&lt;div&gt;</code> is not editable</p>

<h4>PHP code used at the top of this file:</h4>
<pre>&lt;?php 
//HTTP headers
header("Content-type: application/xml; charset=UTF-8");
//XML declaration and character encoding
echo '&lt;?xml version="1.0" encoding="UTF-8"?&gt;'."\n";
//Style sheet processing instruction!
echo '&lt;?xml-stylesheet href="test.css" type="text/css"?&gt;'."\n";
?&gt;</pre>

</div>
   
<div class="divEdit" id="mozileEdit1">
<!-- This is comment 1 -->
<p>DIV Editable via CSS</p>

<p><a href="index.html">Return to test index</a></p>

<h1>H1 Heading</h1>

<h2>H2: Paragraph with HTML presentational tags.</h2>

<p><b>Bold</b> and <i>italic</i> text.
Superscript: 100<sup>1.25</sup>.
Reference<sub>345</sub> uses a subscript.
<b><i>Bold and italic.</i></b></p>

<h3>H3: Paragraph with Mozile style span tags.</h3>
<p><span style="font-weight: bold;">Bold</span> and <span style="font-style: italic;">italic</span> and <span style="text-decoration: underline;">underlined</span> and <span style="text-decoration: line-through;">struck through</span> text.
Superscript: 100<span style="vertical-align: super; font-size: smaller;">1.25</span>.
Reference<span style="vertical-align: sub; font-size: smaller;">345</span> uses a subscript.
<span style="text-decoration: underline; font-style: italic; font-weight: bold;">Bold, italic and underlined.</span>
</p>

<h4>H4 Heading : Non-ASCII characters</h4>
<p>àáâãäå (...as UTF-8 ) </p>
<h5>H5 Heading</h5>
<h6>H6 Heading : XML character entities</h6>
<p>&quot;&amp;&lt;&gt;&apos;</p>

<ul>
<li>Unordered list</li>
<li>Second item</li>
<li>Third item</li>
</ul>

<ol>
<li>Ordered list</li>
<li>Second item</li>
<li>Third item</li>
</ol>

</div>

<div class="divNoEdit">This <code>&lt;div&gt;</code> is not editable</div>


</body>
</html>

</max>
