citeproc-0.1: test/csl/name_ParticleCaps2.txt
>>==== MODE ====>>
bibliography
<<==== MODE ====<<
>>==== RESULT ====>>
<div class="csl-bib-body">
<div class="csl-entry">van One, O., van Two, T.</div>
<div class="csl-entry">van Three, T., Van Four, F.</div>
</div>
<<==== RESULT ====<<
>>==== CITATION-ITEMS ====>>
[
[
{
"id": "ITEM-1"
}
],
[
{
"id": "ITEM-2"
}
]
]
<<==== CITATION-ITEMS ====<<
>>==== CSL ====>>
<style
xmlns="http://purl.org/net/xbiblio/csl"
class="note"
version="1.0"
demote-non-dropping-particle="sort-only">
<info>
<id />
<title />
<updated>2009-08-10T04:49:00+09:00</updated>
</info>
<citation>
<layout>
<text value="Bogus"/>
</layout>
</citation>
<bibliography>
<layout>
<group>
<names variable="author" delimiter="; ">
<name name-as-sort-order="all" delimiter=", " initialize-with="."/>
</names>
</group>
</layout>
</bibliography>
</style>
<<==== CSL ====<<
>>==== INPUT ====>>
[
{
"author": [
{
"family": "van One",
"given": "Onename"
},
{
"family": "van Two",
"given": "Twoname"
}
],
"id": "ITEM-1",
"type": "book"
},
{
"author": [
{
"family": "van Three",
"given": "Threename"
},
{
"family": "Van Four",
"given": "Fourname"
}
],
"id": "ITEM-2",
"type": "book"
}
]
<<==== INPUT ====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<