Skip to content

Instantly share code, notes, and snippets.

@rmzelle
Created May 14, 2013 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmzelle/5575708 to your computer and use it in GitHub Desktop.
Save rmzelle/5575708 to your computer and use it in GitHub Desktop.
<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