citeproc-0.1: test/csl/name_ParticleFormatting.txt
>>===== MODE =====>>
citation
<<===== MODE =====<<
>>===== RESULT =====>>
LA DOE, John de
<<===== RESULT =====<<
>>===== CSL =====>>
<style
xmlns="http://purl.org/net/xbiblio/csl"
class="note"
version="1.0"
demote-non-dropping-particle="never">
<info>
<id />
<title />
<updated>2009-08-10T04:49:00+09:00</updated>
</info>
<citation>
<layout>
<names variable="author">
<name name-as-sort-order="all" sort-separator=", ">
<name-part name="family" text-case="uppercase"/>
</name>
</names>
</layout>
</citation>
</style>
<<===== CSL =====<<
>>===== INPUT =====>>
[
{
"author": [
{
"dropping-particle": "de",
"family": "Doe",
"given": "John",
"non-dropping-particle": "la"
}
],
"id": "ITEM-1",
"title": "His Anonymous Life",
"type": "book"
}
]
<<===== INPUT =====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<