Newer
Older
ade-outils-xml / dtd / journal-publishing-dtd-2.3 / samplesmall-pub.xml
@niederle niederle on 29 Dec 2015 3 KB 1er commit
<?xml version="1.0" ?>
<!DOCTYPE article SYSTEM "journalpublishing.dtd">
<article>
<!-- SYSTEM:  Archiving and Interchange DTD Suite    -->
<!-- November 2002 An archival journal article with minimal 
Front Matter, a Table, and Citations for testing         -->
<!-- =============== Front Matter (Metadata) =========== -->
<front>
<journal-meta>
<journal-id>Lapdeb-1</journal-id>
<issn>03-647-1</issn>
<publisher><publisher-name>Mulberry Technologies, Inc.</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 one 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>
</contrib-group>
<pub-date><year>2004</year></pub-date>
<elocation-id>Sample-test-only-id</elocation-id>
<copyright-year>2004</copyright-year> 
</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</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>
<citation>A citation ain't nothing but a 
sandwich &mdash; personal communication 
</citation>
</ref>
<ref>
<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="x-PigLatin">Ant-cay Elp-hay 
Ovin&rsquo;-lay At-thay Og-fray of-ay Ine-may</trans-title>
</citation>
</ref>
</ref-list>
</back>
</article>