CSL syntax
Just wondering whether this is valid CSL syntax:
<if names variable="translator" match="none">
I want to do something based on whether the translator field has been used or not.
I've tried using <substitute> but it doesn't quite give me what I want.
<if names variable="translator" match="none">
I want to do something based on whether the translator field has been used or not.
I've tried using <substitute> but it doesn't quite give me what I want.
It should be <if variable="translator" match="none">.