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


>>===== CITATIONS =====>>
[
    [
        {
            "citationID": "CITATION-1", 
            "citationItems": [
                {
                    "id": "ITEM-3"
                }, 
                {
                    "id": "ITEM-1"
                }, 
                {
                    "id": "ITEM-2"
                }
            ], 
            "properties": {
                "index": 0, 
                "noteIndex": 1
            }
        }, 
        [], 
        []
    ]
]
<<===== CITATIONS =====<<

>>===== RESULT =====>>
<div class="csl-bib-body">
  <div class="csl-entry">Jim v. Bob, 444 U.S. 400 (1965)</div>
  <div class="csl-entry">Smith v. Noakes, 222 U.S. 200, 333 L.Ed. 300 (1965)</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 year-suffix-delimiter=", ">
    <layout delimiter="; " suffix=".">
      <choose>
      <if position="first">
        <group delimiter=", ">
          <text variable="title"/>
          <group delimiter=" ">
            <text variable="volume"/>
            <text variable="container-title"/>
            <group>
              <text variable="page"/>
              <text variable="locator" prefix=", "/>
            </group>
            <date variable="issued" date-parts="year" form="text" prefix="(" suffix=")"/>
          </group>
        </group>
      </if>
      <else-if position="ibid-with-locator">
        <text term="ibid"/>
        <text variable="locator" prefix=" at "/>
      </else-if>
      <else-if position="ibid">
        <text term="ibid"/>
      </else-if>
      <else-if position="subsequent">
        <group delimiter=", ">
          <text variable="title"/>
          <group delimiter=" ">
            <text variable="volume"/>
            <text variable="container-title"/>
            <text variable="locator"/>
          </group>
        </group>
      </else-if>
      <else>
        <text value="WTF?"/>
      </else>
      </choose>
    </layout>
  </citation>
  <bibliography>
    <layout>
	  <group delimiter=", ">
        <group parallel-first="title">
          <text variable="title"/>
        </group>
        <group delimiter=" ">
          <text variable="volume"/>
          <text variable="container-title"/>
          <group>
            <text variable="page"/>
            <text variable="locator" prefix=", "/>
          </group>
          <group parallel-last="issued">
            <date variable="issued" date-parts="year" form="text" prefix="(" suffix=")"/>
          </group>
        </group>
      </group>
    </layout>
  </bibliography>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
    {
        "id": "ITEM-1", 
        "issued": {
            "date-parts": [
                [
                    "1965"
                ]
            ]
        }, 
        "volume" : "222",
        "page" : "200",
        "title": "Smith v. Noakes", 
        "container-title": "U.S.", 
        "jurisdiction": "us",
        "type": "legal_case",
        "seeAlso": ["ITEM-1", "ITEM-2"]
    },
    {
        "id": "ITEM-2", 
        "issued": {
            "date-parts": [
                [
                    "1965"
                ]
            ]
        }, 
        "volume" : "333",
        "page" : "300",
        "title": "Smith v. Noakes", 
        "container-title": "L.Ed.", 
        "jurisdiction": "us",
        "type": "legal_case",
        "seeAlso": ["ITEM-1", "ITEM-2"]
    },
    {
        "id": "ITEM-3", 
        "issued": {
            "date-parts": [
                [
                    "1965"
                ]
            ]
        }, 
        "volume" : "444",
        "page" : "400",
        "title": "Jim v. Bob", 
        "container-title": "U.S.", 
        "jurisdiction": "us",
        "type": "legal_case"
    }
]
<<===== INPUT =====<<
