<?xml version='1.0' encoding='iso-8859-1'?>
<!DOCTYPE test PUBLIC "+//Silmaril//DTD Test Document//EN" "test.dtd" [
<!ATTLIST test xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink"
               xlink:type (simple) #FIXED "simple"
               xlink:href CDATA #IMPLIED>
<!ENTITY mdash "&#x2014;">
]>
<?xml-stylesheet href="test.css" type="text/css"?>
<test>
  <doctitle>This is an XML test</doctitle>
  <subtitle>(sometimes known as a <q>Hello World!</q>)</subtitle>
  <para>This is a short test file which you can use to see how XML
    works. It should display in any browser which understands
    XML&mdash;currently these are:</para>
  <note>That should be an em rule between <q>XML</q> and
    <q>currently</q> in the previous line.</note>
  <list>
    <item>the <product>DocZilla</product> browser based on
      <product>Netscape</product> and <product>MultiDoc Pro</product>;
    </item>
    <item><product>Netscape 6</product> and <product>Mozilla
	0.9.6</product> up;</item> 
    <item><product>Opera</product>;</item>
    <item>Microsoft <product>Internet Explorer 5.5</product>
      up.</item> 
  </list>
  <note>MSIE 5.5 needs patching, see <link
      href="http://www.netcrucible.com/"><code>http://www.netcrucible.com</code></link>.</note>
  <para><product>Netscape 4</product> does not support XML at all. Be
    warned: browsers have bugs&mdash;not all of them support all of
    XML yet.</para>
  <para>This next bit is a <important>very important</important>
    [<code>&lt;test&gt;</code>]: between those square brackets you
    should see the word <q>test</q> in angle brackets using
    fixed-width type (<product>MSIE5</product> has a nasty bug here:
    check in View Source).</para>
</test>



