<?xml version = "1.0" encoding = "utf-8" ?>
<?xml-stylesheet type = "text/xsl" href = "fleet2.xsl"?>
<!DOCTYPE fleet SYSTEM "http://www.math.ucla.edu/~ernmon/pic40a/xml_stuff/fleet.dtd">
<fleet>
<ship>
	<class size = "small">tie-fighter</class>
	<crew>1</crew>
	<wl>
		<w>laser</w>
		<w>torpedo</w>
	</wl>
	<description>It looks like &tie_fighter; <![CDATA[blah blah blah]]> 
</description>	
</ship>
</fleet>
