Unit Test: iso690.008.xml
Examples are adapted from ISO 690 and ISO 690-2 standards.
Elements marked with * are optional, + marks mandatory elements for online documents and optional for others.
1. Parts of monographs, databases and computer programs
| Element | Example | |
|---|---|---|
| Primary responsibility of host document | CARROLL, Lewis | |
| Title of host document | Alice's Adventures in Wonderland | |
| Type of medium | [online] | |
| * | Subordinate responsibility of host document | — (not in this example) |
| Edition | Textinfo ed. 2.2 | |
| Place of publication | [Dortmund, Germany] | |
| Publisher | Windspiel | |
| Date of publication | November 1994 | |
| Date of update/revision | — (not in this example) | |
| + | Date of citation | [cited 30 March 1995] |
| Chapter or equivalent designation (of part) | Chapter VII | |
| Title (of part) | Mad Tea-Party | |
| * | Numeration within host document | — (not in this example) |
| Location within host document | — (not in this example) | |
| * | Notes | — (not in this example) |
| + | Availability and access | Available from World Wide Web: <http://germany.eu.net/books/carroll/alice_10.html#SEC13> |
| Standard number | — (not in this example) |
Markup:
1 |<biblioentry role="part">
| <author>
| <personname>
| <surname>Carroll</surname>
5 | <firstname>Lewis</firstname>
| </personname>
| </author>
| <title>Alice's Adventures in Wonderland</title>
| <bibliomisc role="medium">online</bibliomisc>
10 | <edition>Textinfo ed. 2.2</edition>
| <publisher>
| <publishername>Windspiel</publishername>
| <address><city>[Dortmund, Germany]</city></address>
| </publisher>
15 | <pubdate>November 1994</pubdate>
| <date role="cit">30 March 1995</date>
| <bibliomisc role="secnum">Chapter VII</bibliomisc>
| <bibliomisc role="sectitle">Mad Tea-Party</bibliomisc>
| <biblioid class="uri" xlink:href="http://germany.eu.net/books/carroll/alice_10.html#SEC13"/>
20 |</biblioentry>
|</bibliolist>Output according to ISO 690 standard:
CARROLL, Lewis. Alice's Adventures in Wonderland [online]. Textinfo ed. 2.2. [Dortmund, Germany]: Windspiel, November 1994 [cited 30 March 1995]. Chapter VII, Mad Tea-Party. Available from World Wide Web: <http://germany.eu.net/books/carroll/alice_10.html#SEC13>.
DocBook xslTNG output:
. Alice's Adventures in Wonderland [online]. Textinfo ed. 2.2. [Dortmund, Germany]: Windspiel, November 1994 [cited 30 March 1995]. Chapter VII. Mad Tea-Party. Available from World Wide Web: <http://germany.eu.net/books/carroll/alice_10.html#SEC13>.