citeproc-0.1: test/csl/sort_Quotes.txt
>>==== MODE ====>>
bibliography
<<==== MODE ====<<
>>==== RESULT ====>>
<div class="csl-bib-body">
<div class="csl-entry">Simple title, here A</div>
<div class="csl-entry">“Simple title here B”</div>
<div class="csl-entry">Simple “title” here C</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="title">
<choose>
<if type="article-journal">
<text variable="title" quotes="true"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<citation>
<layout delimiter="; ">
<text macro="title"/>
</layout>
</citation>
<bibliography>
<sort>
<key macro="title"/>
</sort>
<layout>
<text macro="title"/>
</layout>
</bibliography>
</style>
<<==== CSL ====<<
>>==== INPUT ====>>
[
{
"id": "ITEM-1",
"title": "Simple 'title' here C",
"type": "book"
},
{
"id": "ITEM-2",
"title": "Simple title, here A",
"type": "book"
},
{
"id": "ITEM-3",
"title": "Simple title here B",
"type": "article-journal"
}
]
<<==== INPUT ====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<