citeproc-0.1: test/csl/punctuation_SemicolonDelimiter.txt
>>===== MODE =====>>
bibliography
<<===== MODE =====<<
>>===== RESULT =====>>
<div class="csl-bib-body">
<div class="csl-entry">Bauthor, O. T.; Cauthor, T.; Dauthor, T.; Eauthor, E.; Fauthor, F.; Gauthor, G.</div>
</div>
<<===== RESULT =====<<
>>===== CSL =====>>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only">
<info>
<title>Semicolon Test</title>
<id>http://www.zotero.org/styles/semicolon</id>
<link href="http://www.zotero.org/styles/semicolon" rel="self"/>
<author>
<name>Simon Kornblith</name>
<email>simon@simonster.com</email>
</author>
<category citation-format="author-date"/>
<updated>2011-05-12T00:16:05+00:00</updated>
<rights>This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
</info>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter="; " delimiter-precedes-last="always"/>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="symbol" delimiter=", " initialize-with=". "/>
</names>
</macro>
<citation>
<sort>
<key macro="author"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", ">
<group delimiter=", ">
<text macro="author-short"/>
</group>
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="8" et-al-use-first="7" entry-spacing="0" line-spacing="2">
<sort>
<key macro="author"/>
</sort>
<layout>
<text macro="author" suffix="."/>
</layout>
</bibliography>
</style>
<<===== CSL =====<<
>>===== INPUT =====>>
[
{
"URL": "www.reporturl.com",
"accessed": {
"date-parts": [
[
2007,
12,
12
]
]
},
"archive_location": "loc archieve",
"author": [
{
"family": "Bauthor",
"given": "One Two"
},
{
"family": "Cauthor",
"given": "Two"
},
{
"family": "Dauthor",
"given": "Three"
},
{
"family": "Eauthor",
"given": "Edward"
},
{
"family": "Fauthor",
"given": "Fritz"
},
{
"family": "Gauthor",
"given": "Gerd"
}
],
"event-place": "Reportplace",
"genre": "Report Type",
"id": 1,
"issued": {
"date-parts": [
[
2009,
12,
12
]
]
},
"number": "17",
"publisher": "Institution",
"publisher-place": "Reportplace",
"title": "Report on something many authors",
"type": "report"
}
]
<<===== INPUT =====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<