<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE xmlsample [ 
<!ELEMENT xmlsample (background| heading| br| table| tr| td| c| a| para1| b| para2| para3| hilite| spaceit| crossout)> ]>

<?XML:stylesheet type="text/css" href="xmlsample.css"?>


<xmlsample><background><heading><br><table><tr><td>Sample <c>XML</c> Document</td></tr></table></br></heading>

<a><para1>Welcome to the world of E<b>x</b>tensible <b>M</b>arkup <b>L</b>anguage!</para1></a>
<para2><br>Hopefully everything is showing up fine on your browser.</br></para2>
<para3>This is a sample XML page designed to demonstrate the power of CSS in controlling the layout of XML documents. Cascading Style Sheets can be used to provide control over colors, <hilite>highlighting</hilite>, 
and letter <spaceit>spacing</spaceit> in XML documents.  CSS can even help us correct <crossout>mistakse</crossout> mistakes.</para3>


</background>
</xmlsample>