>>===== MODE =====>>
bibliography
<<===== MODE =====<<



>>===== RESULT =====>>
<div class="csl-bib-body">
  <div class="csl-entry">Mary Marple</div>
  <div class="csl-entry">Alan al-One</div>
  <div class="csl-entry">Paul Participle</div>
</div>
<<===== RESULT =====<<


>>===== CSL =====>>
<style 
      xmlns="http://purl.org/net/xbiblio/csl"
      class="note"
      version="1.0"
      demote-non-dropping-particle="display-and-sort">
  <info>
    <id />
    <title />
    <updated>2009-08-10T04:49:00+09:00</updated>
  </info>
  <macro name="author">
    <names variable="author">
      <name/>
    </names>
  </macro>
  <citation>
    <layout delimiter="; ">
      <text value="Bogus"/>
    </layout>
  </citation>
  <bibliography>
    <sort>
      <key macro="author" />
    </sort>
    <layout>
      <text macro="author" />
    </layout>
  </bibliography>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
    {
        "author": [
            {
                "family": "al-One",
                "given": "Alan"
            }
        ],
        "id": "ITEM-1",
        "type": "book"
    },
    {
        "author": [
            {
                "family": "Marple",
                "given": "Mary"
            }
        ],
        "id": "ITEM-2",
        "type": "book"
    },
    {
        "author": [
            {
                "family": "Participle",
                "given": "Paul"
            }
        ],
        "id": "ITEM-3",
        "type": "book"
    }
]
<<===== INPUT =====<<


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

