<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="preprocess.xsl"?> 

<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"
                    xmlns:xi="http://www.w3.org/2001/XInclude"
                    xmlns:math="http://www.w3.org/1998/Math/MathML"
                    xmlns:svg="http://www.w3.org/2000/svg">
	<head>
		<title>Math101 - Support Verification</title>
		<style type="text/css">
			math\:math, math {
				display: block;
				margin-bottom: -1em;
			}
			
			h4 {
				margin: 0.5em 0;
				padding: 0;
			}
			
			div {
				float: left;
				padding: 10px;
				border: 3px solid #000;
				margin-right: 30px;
			}
		</style>
	</head>
	<body>
		<div>
			<h4>Actual Rendering:</h4>
			<xi:include href="demo.xml" xpointer="id('math')"/>
			<xi:include href="demo.xml" xpointer="id('svg')"/>
		</div>
		<div>
			<h4>Reference rendering:</h4>
			<img src="reference.png" alt="x^2+y^2=25"/>
		</div>
		<p>If the renderings are similar, then your web browser configuration supports MathML, SVG, and XSLT.</p>
	</body>
</html>