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


>>===== CITATION-ITEMS =====>>
[
    [
        {
            "id": "ITEM-1"
        }, 
        {
            "id": "ITEM-2"
        }, 
        {
            "id": "ITEM-3"
        }
    ]
]
<<===== CITATION-ITEMS =====<<

>>===== RESULT =====>>
Smith v. Noakes, 222 U.S. 200, 333 L.Ed. 300 (1965); Jim v. Bob, 444 U.S. 400 (1965)
<<===== 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="; ">
      <choose>
        <if position="first">
          <group delimiter=", ">
            <group parallel-delimiter-override=", " parallel-first="title">
              <text variable="title"/>
            </group>
            <group delimiter=" ">
              <text variable="volume"/>
              <text variable="container-title"/>
              <text variable="page"/>
              <group parallel-last="issued">
                <date variable="issued" date-parts="year" form="text" prefix="(" suffix=")"/>
              </group>
            </group>
          </group>
        </if>
      </choose>
    </layout>
  </citation>
</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 =====<<
