<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="ss/dit2htm.xsl" type="text/xsl"?>
<!--DOCTYPE topic SYSTEM "ditabase.dtd"-->
<topic id="sample1" xsi:noNamespaceSchemaLocation="http://9.181.3.220/developerworks/schema/4.0/dw-document-4.0.xsd">
  
  <title>Title for the topic</title>
  <body>
	 
    <p>A topic may contain nearly any combination of text elements, including
		lists...</p>
	 
    <ul>
		
      <li>List item.</li>
		
      <li>List item.</li>
	 
    </ul>
	 
    <p>definition lists...</p>
	 
    <dl>
		
      <dlentry>
		  
        <dt>Term</dt>
		  
        <dd>definition</dd>
		
      </dlentry>
	 
    </dl>
	 
    <p>and so on.</p>
  </body>
  
  <concept id="minicncpt">
	 
    <title>This is a concept in the "include zone"</title>
    <conbody>
		
      <p>Roses are red.</p>
    </conbody>
  
  </concept>
</topic>

