<?xml version=“1.0” ?> <!DOCTYPE article SYSTEM “../JATS-journalpublishing-oasis-article1.dtd”> <article

dtd-version="1.0" 
xml:lang="en" 
xmlns:mml="http://www.w3.org/1998/Math/MathML" 
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:oasis="http://www.niso.org/standards/z39-96/ns/oasis-exchange/table" >

<front> <!– SYSTEM: JATS DTD Suite –> <!– November 2002 An archival journal article with minimal

Front Matter and an OASIS and an XHTML-based Table
for testing                                          -->

<!– =============== Front Matter (Metadata) =========== –> <journal-meta> <journal-id>MRKP</journal-id> <journal-title-group> <journal-title>Markup Languages: Theory and Practice</journal-title> </journal-title-group> <issn>xxx</issn> <publisher><publisher-name>xxx</publisher-name> </publisher> </journal-meta> <article-meta> <article-id pub-id-type=“publisher-id”>Table Test</article-id> <title-group> <article-title>Table Article</article-title> </title-group> <pub-date iso-8601-date=“2004”> <year>2004</year> </pub-date> </article-meta> </front> <!– =============== Body Matter (Content) =========== –> <body> <p>This is a paragraph</p> <p>This following is an OASIS/CALS table, inside a Table Wrapper %lt;table-wrap&gt; wrapper.</p> <!– AN OASIS Table for testing –> <table-wrap id=“table-wrap-OASIS-with-NS” position=“anchor”> <label>Table 1</label> <caption><title>OASIS Table</title> <p>Additional caption material</p> </caption> <oasis:table xmlns:oasis=“www.niso.org/standards/z39-96/ns/oasis-exchange/table”> <oasis:tgroup cols=“3”> <oasis:colspec colnum=“1” colname=“col1” colwidth=“2*” colsep=“1” rowsep=“1” align=“left”/> <oasis:colspec colnum=“2” colname=“col2” colwidth=“4*” colsep=“1” rowsep=“1” align=“left”/> <oasis:colspec colnum=“3” colname=“col3” colwidth=“*” colsep=“1” rowsep=“1” align=“right”/> <oasis:tbody> <oasis:row> <oasis:entry>A cell! <bold>the very first cell</bold></oasis:entry> <oasis:entry>Another cell with a <list list-type=“ordered”> <list-item><p>List item the first</p></list-item> <list-item><p>List item the second</p></list-item> <list-item><p>List item the third</p></list-item> </list></oasis:entry> <oasis:entry>Still a third&gt;</oasis:entry> </oasis:row> <oasis:row> <oasis:entry>2 A cell!</oasis:entry> <oasis:entry namest=“col2” nameend=“col3”>A spanning Entry</oasis:entry> </oasis:row> </oasis:tbody> </oasis:tgroup> </oasis:table> </table-wrap>

<!– 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; with a <chem-struct> chem chem</chem-struct></td> </tr> <tr> <td>2 A cell!</td> <td>An xref: See the statement below.</td> <td>2 Still a third&gt;</td> </tr> </tbody> </table> </table-wrap>

</body> </article>