<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="svgMathMlXhtml.xsl"?>
<?xml-stylesheet type="text/css" href="test.css"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
    "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd"[
    <!ENTITY % MATHML.prefixed "INCLUDE" >
    <!ENTITY % MATHML.prefix   "math" >
    <!ENTITY % SVG.prefixed "INCLUDE" >
    <!ENTITY % SVG.prefix "svg" >
]>
<html 
xmlns="http://www.w3.org/1999/xhtml"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:math="http://www.w3.org/1998/Math/MathML"
xml:lang="en">
	<head>
		<title>Advanced Example</title>
		<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
		<meta name="robots" content="index,follow" />
		<object id="AdobeSVG" classid="clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2"></object>
		<?import namespace="svg" implementation="#AdobeSVG"?>
		<object id="MathPlayer" classid="clsid:32F66A20-7614-11D4-BD11-00104BD3F987"></object>
		<?import namespace="math" implementation="#MathPlayer"?>
	</head>
<body id="DIGEST">
	<h1>Heading 1</h1>

	<h2>Headine 2</h2>
	<h3>Headine 3</h3>
	<h4>Headine 4</h4>
	<h5>Headine 5</h5>
	<h6>Headine 6</h6>

	<p>This is a paragraph with some <strong>bold text</strong> and <em>Italized text</em></p>

	
	<blockquote>
		<p>a Block quote</p>
		<div><cite>a citation</cite></div>
	</blockquote>
	<dl>
		<dt>Foo</dt>
		<dd>Bar</dd>

	</dl>	
	<svg:svg width="50px" height="50px">
		<svg:circle cx="25px" cy="25px" r="20px" fill="green"/>
	</svg:svg>
	<math:math>
		<math:mi>x</math:mi>
		<math:mo>=</math:mo>
		<math:mfrac>

			<math:mrow>
				<math:mrow>
					<math:mo>-</math:mo>
					<math:mi>b</math:mi>
				</math:mrow>
				<math:mo>&PlusMinus;</math:mo>
				<math:msqrt>
					<math:msup>

						<math:mi>b</math:mi>
						<math:mn>2</math:mn>
					</math:msup>
					<math:mo>-</math:mo>
					<math:mrow>
						<math:mn>4</math:mn>
						<math:mo>&InvisibleTimes;</math:mo>

						<math:mi>a</math:mi>
						<math:mo>&InvisibleTimes;</math:mo>
						<math:mi>c</math:mi>
					</math:mrow>
				</math:msqrt>
			</math:mrow>
			<math:mrow>
				<math:mn>2</math:mn>

				<math:mo>&InvisibleTimes;</math:mo>
				<math:mi>a</math:mi>
			</math:mrow>
		</math:mfrac>
	</math:math>
</body>
</html>
