trying to conform to csl schema

This commit is contained in:
Elena Razlogova 2007-11-28 22:52:25 +00:00
parent 89fcd6942b
commit 638ceda24d
2 changed files with 4 additions and 4 deletions

View file

@ -172,9 +172,9 @@
<text macro="title-short"/>
<choose>
<if type="interview">
<text term="interview" text-case="lowercase"/>
<text value="interview" text-case="lowercase"/>
</if>
<else-if variable="recipient">
<else-if variable="recipient">
<text macro="date-main"/>
</else-if>
</choose>
@ -247,7 +247,7 @@
<text variable="genre" text-case="capitalize-first"/>
</if>
<else>
<text term="letter" text-case="capitalize-first"/>
<text value="letter" text-case="capitalize-first"/>
</else>
</choose>
<text macro="recipient" prefix=" "/>

View file

@ -174,7 +174,7 @@
<text macro="title-short"/>
<choose>
<if type="interview">
<text term="interview" text-case="lowercase"/>
<text value="interview" text-case="lowercase"/>
</if>
<else-if variable="recipient">
<text macro="date-main"/>