citeproc-0.1: test/csl/disambiguate_DisambiguateTrueReflectedInBibliography.txt
>>==== MODE ====>>
bibliography
<<==== MODE ====<<
>>==== RESULT ====>>
<div class="csl-bib-body">
<div class="csl-entry">Smith, Book One</div>
<div class="csl-entry">Smith, Book Two</div>
<div class="csl-entry">Brown</div>
</div>
<<==== RESULT ====<<
>>==== CITATION-ITEMS ====>>
[
[
{
"id": "ITEM-1"
},
{
"id": "ITEM-2"
},
{
"id": "ITEM-3"
}
]
]
<<==== CITATION-ITEMS ====<<
>>==== 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>
<macro name="author">
<names variable="author">
<name form="short" />
</names>
</macro>
<citation>
<layout delimiter="; ">
<group delimiter=", ">
<text macro="author" />
<choose>
<if disambiguate="true">
<text variable="title"/>
</if>
</choose>
</group>
</layout>
</citation>
<bibliography>
<layout>
<group delimiter=", ">
<text macro="author" />
<choose>
<if disambiguate="true">
<text variable="title"/>
</if>
</choose>
</group>
</layout>
</bibliography>
</style>
<<==== CSL ====<<
>>==== INPUT ====>>
[
{
"author": [
{
"family": "Smith",
"given": "Alan"
}
],
"id": "ITEM-1",
"title": "Book One",
"type": "book"
},
{
"author": [
{
"family": "Smith",
"given": "Alan"
}
],
"id": "ITEM-2",
"title": "Book Two",
"type": "book"
},
{
"author": [
{
"family": "Brown",
"given": "Cadbury"
}
],
"id": "ITEM-3",
"title": "Book the X",
"type": "book"
}
]
<<==== INPUT ====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<