Created
May 14, 2013 13:07
-
-
Save rmzelle/5575708 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<if> | |
<conditions match="all"> | |
<condition type="article-journal" variable="volume issue" match="all"/> | |
<condition match="any"> | |
<condition is-numeric="volume" match="none"> | |
<condition is-numeric="issue" match="none"> | |
</condition> | |
</conditions> | |
<text value="ARTICLE-JOURNAL w/VOLUME+ISSUE, one non-numeric"/> | |
</if> | |
<else-if> | |
<condition type="book"> | |
<text value="BOOK"/> | |
</eilse-if> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment