Newer
Older
libconsulte / Samples / DTDs / IOP / nlm-3.0 / Smallsamples / samplesmall3-base.xml
@kermitt2 kermitt2 on 29 Oct 2015 4 KB First commit
<?xml version="1.0"?>
<!-- $Id$ -->
<!DOCTYPE article SYSTEM "../base-test3.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" dtd-version="3.0" xml:lang="en">
<!-- =================================================== -->
<!-- SYSTEM:  Archiving and Interchange DTD Suite        -->
<!-- Updated July 2007 Test the base wihtout over-rides module    -->
<!-- =================================================== -->
<!-- =============== Front Matter (Metadata) =========== -->
  <front>
    <journal-meta>
      <journal-id>MRKP</journal-id>
      <journal-title-group>
        <journal-title>Markup Languages: Theory and Practice</journal-title>
      </journal-title-group>
      <issn>good question</issn>
      <publisher>
        <publisher-name>MIT Press, on occasion</publisher-name>
      </publisher>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="publisher-id">ArchivalTest1</article-id>
      <title-group>
        <article-title>Archival DTD Test Article</article-title>
        <subtitle>(Just a small subtitle for parsing)</subtitle>
      </title-group>
      <contrib-group>
        <contrib>
          <name>
            <surname>Jones</surname>
            <given-names>John Browning</given-names>
            <prefix>The Honorable</prefix>
            <suffix>III</suffix>
          </name>
        </contrib>
        <etal/>
      </contrib-group>
      <pub-date>
        <year>2004</year>
      </pub-date>
      <fpage>23</fpage>
      <permissions>
        <copyright-year>2004-2005</copyright-year>
      </permissions>
    </article-meta>
  </front>
  <!-- =============== Body Matter (Content) =========== -->
  <body>
    <p>This is a list inside a paragraph:
      <list list-type="order" prefix-word="Test"><list-item><label>1.</label><p>Poodles</p></list-item><list-item><label>2.</label><p>Persian Cats</p></list-item><list-item><label>3.</label><p>Weaver Finches</p></list-item><list-item><label>4.</label><p>Gechos</p></list-item></list>
    </p>
    <p>This following is an XHTML table, inside a
      Table Wrapper %lt;table-wrap&gt; wrapper.</p>
    <!-- AN XHTML Table for testing -->
    <table-wrap id="table-wrap-XHTML" position="anchor">
      <label>Table 1</label>
      <caption>
        <title>XHTML Table</title>
        <p>Additional caption material</p>
      </caption>
      <table>
        <tbody>
          <tr>
            <td>A cell!</td>
            <td>Another</td>
            <td>Still a third&gt;</td>
          </tr>
          <tr>
            <td>2 A cell!</td>
            <td>An xref: <xref ref-type="statement" rid="statement16">See the statement</xref></td>
            <td>2 Still a third&gt;</td>
          </tr>
        </tbody>
      </table>
    </table-wrap>
    <sec sec-type="methods">
      <title>There be statements here.</title>
      <statement id="statement11">
        <p>The IDREFs need to point to something</p>
      </statement>
      <statement id="statement15">
        <p>No Matter How Wise You Get, Wet Birds Don't Fly at Night</p>
      </statement>
      <statement id="statement16">
        <p>Post Hoc Propter Ergo Hoc
	  <milestone-start id="a123"/>and other light classics<milestone-end rid="a123"/></p>
      </statement>
    </sec>
  </body>
<!-- =============== Back Matter (Ancillary) ======= -->
  <back>
    <ack>
      <p>We thank you all.</p>
    </ack>
    <ref-list>
      <title>Bibliography</title>
      <p>Just a reference or two for testing:</p>
      <ref>
        <mixed-citation>A citation ain't nothing but a 
	  sandwich &mdash; personal communication 
	</mixed-citation>
      </ref>
      <ref>
        <mixed-citation><name><surname>Piggy</surname><prefix>Ms.</prefix></name><article-title>Can't Help Lovin&rsquo; That 
	  Frog of Mine</article-title>;
	  <source>Swine Review</source>, <issue>145</issue>:
	  <fpage>12</fpage>&ndash;<lpage>24</lpage>; 
	  <year>2003</year>. 
	  <trans-title xml:lang="cpe">Ant-cay Elp-hay 
	    Ovin&rsquo;-lay At-thay Og-fray of-ay Ine-may</trans-title></mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>