>>===== MODE =====>>
citation
<<===== MODE =====<<


>>===== RESULT =====>>
>>[0] [1] Aaaa (first-cited); [2] Bbbb (second-cited); [3] Zzzz (third-cited); [4] Xxxx (fourth-cited)
<<===== RESULT =====<<

## Companion bibliography:
## 
## <div class="csl-bib-body">
##   <div class="csl-entry">[4] Xxxx (fourth-cited)</div>
##   <div class="csl-entry">[3] Zzzz (third-cited)</div>
##   <div class="csl-entry">[2] Bbbb (second-cited)</div>
##   <div class="csl-entry">[1] Aaaa (first-cited)</div>
## </div>

>>==== CITATIONS ====>>
[
    [
        {
            "citationID": "CITATION-1",
            "citationItems": [
                {
                    "id": "item-1"
                },
                {
                    "id": "item-2"
                },
                {
                    "id": "item-3"
                },
                {
                    "id": "item-4"
                }
            ]
        },
        [],
        []
    ]
]
<<==== CITATIONS ====<<

>>===== 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="citation-number-macro">
    <number variable="citation-number"/>
  </macro>
  <citation>
    <sort>
      <key macro="citation-number-macro"/>
    </sort>
    <layout delimiter="; ">
      <group delimiter=" ">
        <text variable="citation-number" prefix="[" suffix="]"/>
        <text variable="title"/>
      </group>
    </layout>
  </citation>
  <bibliography>
    <sort>
      <key macro="citation-number-macro" sort="descending"/>
    </sort>
    <layout>
      <text variable="citation-number" prefix="[" suffix="] "/>
      <text variable="title" />
    </layout>
  </bibliography>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
    {
        "id": "item-1", 
        "title": "Aaaa (first-cited)", 
        "type": "book"
    }, 
    {
        "id": "item-2", 
        "title": "Bbbb (second-cited)", 
        "type": "book"
    }, 
    {
        "id": "item-3", 
        "title": "Zzzz (third-cited)", 
        "type": "book"
    }, 
    {
        "id": "item-4", 
        "title": "Xxxx (fourth-cited)", 
        "type": "book"
    }
]
<<===== INPUT =====<<


>>===== VERSION =====>>
1.0
<<===== VERSION =====<<

