citeproc-0.10: test/csl/substitute_SubstituteOnlyOnceTerm.txt
>>===== MODE =====>>
citation
<<===== MODE =====<<
>>===== RESULT =====>>
Editor Term
<<===== RESULT =====<<
>>===== CSL =====>>
<style
xmlns="http://purl.org/net/xbiblio/csl"
class="note"
version="1.0">
<info>
<id />
<title />
<updated>2019-08-11T16:56:00+02:00</updated>
</info>
<locale>
<terms>
<term name="author">Author Term</term>
<term name="editor">Editor Term</term>
</terms>
</locale>
<citation>
<layout>
<names variable="author">
<substitute>
<text term="editor"/>
<text term="author"/>
</substitute>
</names>
</layout>
</citation>
</style>
<<===== CSL =====<<
>>===== INPUT =====>>
[
{
"id": "ITEM-1",
"type": "book"
}
]
<<===== INPUT =====<<