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



>>===== RESULT =====>>
“My Title.” My Publisher
<<===== 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>
  <macro name="the-title">
    <text variable="title"/>
  </macro>
  <macro name="the-publisher">
    <text variable="publisher"/>
  </macro>
  <citation>
    <layout>
      <text macro="the-title" quotes="true"/>
      <group delimiter=", ">
        <text macro="the-publisher" prefix=". "/>
      </group>
    </layout>
  </citation>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
    {
        "id": "ITEM-1",
        "publisher": "My Publisher",
        "publisher-place": "New York",
        "title": "My Title",
        "type": "book"
    }
]
<<===== INPUT =====<<


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

