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.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
It should be <if variable="translator" match="none">.