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


>>== RESULT ==>>
Title: Vol. 1. Volume title, second, and third
<<== 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>
    <layout>
      <group delimiter=": ">
        <text variable="title"/>
        <choose>
          <if is-numeric="volume" match="none">
            <group delimiter=" ">
              <label variable="volume" form="short" text-case="capitalize-first"/>
              <text variable="volume"/>
            </group>
          </if>
          <else>
            <text value="wow"/>
          </else>
        </choose>
      </group>
    </layout>
  </citation>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
  {
    "id": "Titlea",
    "type":"book",
    "title":"Title",
    "volume":"1. Volume title, second, and third"
  }
]
<<===== INPUT =====<<
