<?xml version="1.0" encoding="utf-8"?>
<article xmlns="http://docbook.org/ns/docbook"
         xmlns:xi='http://www.w3.org/2001/XInclude'
         version="5.0">
<info>
  <title>Unit Test: iso690.009.xml</title>
  <style xmlns="http://www.w3.org/1999/xhtml">
    table tr td:first-child + td { white-space: nowrap; }
  </style>
</info>

<para>Examples are adapted from ISO 690 and ISO 690-2 standards.</para>

<para>Elements marked with * are optional, + marks mandatory elements
for online documents and optional for others.</para>

<section>
<title>Electronic serials</title>

<informaltable>
<tgroup cols="3" rowsep="1">
<colspec colname="c1"/>
<colspec colname="c2"/>
<colspec colname="c3"/>
<thead>
<row>
<entry/><entry colsep="1">Element</entry>
<entry>Example</entry>
</row>
</thead>
<tbody>
<row>
<entry/><entry colsep="1">Title</entry>
<entry><emphasis>Journal of Technology Education</emphasis>
</entry>
</row>
<row>
<entry/><entry colsep="1">Type of medium</entry>
<entry>[online]</entry>
</row>
<row>
<entry/><entry colsep="1">Edition</entry><entry>— <emphasis>(not in this example)</emphasis></entry>
</row>
<row>
<entry/><entry colsep="1">Place of publication</entry>
<entry>Blacksburg (Va.)</entry>
</row>
<row>
<entry/><entry colsep="1">Publisher</entry>
<entry>Virginia Polytechnic Institute and State University</entry>
</row>
<row>
<entry/><entry colsep="1">Date of publication</entry>
<entry>1989-</entry>
</row>
<row>
<entry>+</entry><entry colsep="1">Date of citation</entry>
<entry>[cited 15 March 1995]</entry>
</row>
<row>
<entry>*</entry><entry colsep="1">Series</entry><entry>— <emphasis>(not in this example)</emphasis></entry>
</row>
<row>
<entry>*</entry><entry colsep="1">Notes</entry>
<entry>Semi-annual</entry>
</row>
<row>
<entry>+</entry><entry colsep="1">Availability and access</entry>
<entry>Available from Internet: &lt;gopher://borg.lib.vt.edu:edu:70/1/jte&gt;</entry>
</row>
<row>
<entry/><entry colsep="1">Standard number</entry>
<entry>ISSN 1045-1064</entry>
</row>
</tbody>
</tgroup>
</informaltable>

<para>Markup:</para>

<informalexample>
<programlisting language="xml"
><xi:include href="iso690.010.entry" parse="text"
             fragid="line=4,17;length=719"/></programlisting>
</informalexample>

<para>Output according to ISO 690 standard:</para>

<para><emphasis>Journal of Technology Education</emphasis> [online].
Blacksburg (Va.): Virginia Polytechnic Institute and State University,
1989- [cited 15 March 1995]. Semi-annual. Available from Internet:
&lt;gopher://borg.lib.vt.edu:edu:70/1/jte&gt;. ISSN 1045-1064.</para>

<para>DocBook xslTNG output:</para>

<xi:include href="iso690.010.entry"/>

</section>
</article>
