citeproc-0.1: test/csl/magic_SubsequentAuthorSubstituteOfTitleField.txt
>>===== MODE =====>>
bibliography
<<===== MODE =====<<
>>===== RESULT =====>>
<div class="csl-bib-body">
<div class="csl-entry">Warren Smith (2000)</div>
<div class="csl-entry">----- (2001)</div>
<div class="csl-entry">Book Y (2002)</div>
</div>
<<===== RESULT =====<<
>>===== CSL =====>>
<style
xmlns="http://purl.org/net/xbiblio/csl"
class="note"
version="1.0">
<info>
<id />
<title />
<updated>2009-08-10T04:49:00+09:00</updated>
</info>
<citation>
<layout>
<names variable="author">
<name />
</names>
</layout>
</citation>
<bibliography
subsequent-author-substitute="-----">
<layout>
<group delimiter=" ">
<names variable="author">
<name and="text" delimiter=", " />
<substitute>
<text variable="title"/>
</substitute>
</names>
<date prefix="(" suffix=")" variable="issued">
<date-part name="year" />
</date>
</group>
</layout>
</bibliography>
</style>
<<===== CSL =====<<
>>===== INPUT =====>>
[
{
"author": [
{
"family": "Smith",
"given": "Warren"
}
],
"id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
},
"title": "Book X",
"type": "book"
},
{
"author": [
{
"family": "Smith",
"given": "Warren"
}
],
"id": "item-2",
"issued": {
"date-parts": [
[
"2001"
]
]
},
"title": "Book X",
"type": "book"
},
{
"id": "item-3",
"issued": {
"date-parts": [
[
"2002"
]
]
},
"title": "Book Y",
"type": "book"
}
]
<<===== INPUT =====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<