citeproc-0.1: test/csl/name_HyphenatedNonDroppingParticle1.txt
>>===== MODE =====>>
bibliography
<<===== MODE =====<<
>>===== RESULT =====>>
<div class="csl-bib-body">
<div class="csl-entry">Marple, Mary</div>
<div class="csl-entry">One, Alan al-</div>
<div class="csl-entry">Participle, Paul</div>
</div>
<<===== RESULT =====<<
>>===== CSL =====>>
<style
xmlns="http://purl.org/net/xbiblio/csl"
class="note"
version="1.0"
demote-non-dropping-particle="display-and-sort">
<info>
<id />
<title />
<updated>2009-08-10T04:49:00+09:00</updated>
</info>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all"/>
</names>
</macro>
<citation>
<layout delimiter="; ">
<text value="Bogus"/>
</layout>
</citation>
<bibliography>
<sort>
<key macro="author" />
</sort>
<layout>
<text macro="author" />
</layout>
</bibliography>
</style>
<<===== CSL =====<<
>>===== INPUT =====>>
[
{
"author": [
{
"family": "al-One",
"given": "Alan"
}
],
"id": "ITEM-1",
"type": "book"
},
{
"author": [
{
"family": "Marple",
"given": "Mary"
}
],
"id": "ITEM-2",
"type": "book"
},
{
"author": [
{
"family": "Participle",
"given": "Paul"
}
],
"id": "ITEM-3",
"type": "book"
}
]
<<===== INPUT =====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<