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

View File

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