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

>>== RESULT ==>>
..[0] Able Article, Baker Book (2000)
..[1] Charley Comment, Baker Book, container supra note 1
..[2] Able Article, strict supra note 1, container supra note 1
>>[3] Charley Comment, strict supra note 2, container supra note 1
<<== RESULT ==<<

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

]
<<===== CITATIONS =====<<

>>===== CSL =====>>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.1mlz1" track-containers="chapter">
  <info>
    <title>Test fixture</title>
    <id>http://citationstyles.org/tests/fixture</id>
    <link href="http://citationstyles.org/tests/fixture" rel="self"/>
    <link href="http://citationstyles.org/documentation/text" rel="documentation"/>
    <category citation-format="author-date"/>
    <updated>2014-04-30T13:19:38+00:00</updated>
    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  </info>
  <citation>
    <layout delimiter="; ">
      <choose>
        <if position="subsequent">
              <group delimiter=", ">
                <text variable="title"/>
                <group delimiter=" ">
                  <text value="strict supra note"/>
                  <text variable="first-reference-note-number"/>
                </group>
                <group delimiter=" ">
                  <text value="container supra note"/>
                  <text variable="first-container-reference-note-number"/>
                </group>
              </group>
        </if>
        <else-if position="container-subsequent">
              <group delimiter=", ">
                <text variable="title"/>
                <text variable="container-title"/>
                <group delimiter=" ">
                  <text value="container supra note"/>
                  <text variable="first-container-reference-note-number"/>
                </group>
              </group>
        </else-if>
        <else>
          <group delimiter=" ">
            <group delimiter=", ">
              <text variable="title"/>
              <text variable="container-title"/>
            </group>
            <date variable="issued" form="text" date-parts="year" prefix="(" suffix=")"/>
          </group>
        </else>
      </choose>
    </layout>
  </citation>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
   {
      "id": "ITEM-1",
      "type": "chapter",
      "title": "Able Article",
      "container-title": "Baker Book",
      "issued": { "date-parts": [[2000]]}
   },
   {
      "id": "ITEM-2",
      "type": "chapter",
      "title": "Charley Comment",
      "container-title": "Baker Book",
      "issued": { "date-parts": [[2000]]}
   }
]
<<===== INPUT =====<<
