<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="../JsonML.xslt" version="1.0"?>
<ul xmlns="http://www.w3.org/1999/xhtml">
	<li style="color:red">First Item</li>
	<li title="Some hover text." style="color:green">Second Item</li>
	<li>
		<span class="code-example-third">Third</span> Item</li>
</ul>