www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 638ceda24d5f5385829aa6f450761d5633e55126
parent 89fcd6942b3525f63535589e67795f1d67434737
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Wed, 28 Nov 2007 22:52:25 +0000

trying to conform to csl schema


Diffstat:
Mcsl/chicago-note-bibliography.csl | 6+++---
Mcsl/chicago-note.csl | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/csl/chicago-note-bibliography.csl b/csl/chicago-note-bibliography.csl @@ -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=" "/> diff --git a/csl/chicago-note.csl b/csl/chicago-note.csl @@ -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"/>