CSL: Double separator between editors since 8.0
Good morning,
Has the CSL implementation changed recently?
Since using 8.0 (report ID 794046510), I get double separators in entries with more than 2 names; this worked fine before and still works fine with pandoc's CSL processor.
e.g. "; ;" in:
Fillmore, Charles J.; ; Baker, Collin (2012). A Frames Approach to Semantic Analysis. In: Bernd Heine; Heiko Narrog (Hrsg.): The Oxford Handbook of Linguistic Analysis (1. Aufl.). Oxford University Press, 313–340. https://doi.org/10.1093/oxfordhb/9780199544004.013.0013
Suri, Linda Z.; McCoy, Kathleen; ; DeCristofaro, Jonathan D. (1999). A Methodology for Extending Focusing Frameworks. Computational Linguistics 25(2), 173–194. http://acl.ldc.upenn.edu/J/J99/J99-2001.pdf
I use the following CSL code (for editors, but analogously for others):
```
<names variable="editor" delimiter=", ">
<name delimiter="; " delimiter-precedes-last="always" initialize="false" initialize-with=". " name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")" text-case="title"/>
</names>
```
Grateful for any hint,
Bernhard
Has the CSL implementation changed recently?
Since using 8.0 (report ID 794046510), I get double separators in entries with more than 2 names; this worked fine before and still works fine with pandoc's CSL processor.
e.g. "; ;" in:
Fillmore, Charles J.; ; Baker, Collin (2012). A Frames Approach to Semantic Analysis. In: Bernd Heine; Heiko Narrog (Hrsg.): The Oxford Handbook of Linguistic Analysis (1. Aufl.). Oxford University Press, 313–340. https://doi.org/10.1093/oxfordhb/9780199544004.013.0013
Suri, Linda Z.; McCoy, Kathleen; ; DeCristofaro, Jonathan D. (1999). A Methodology for Extending Focusing Frameworks. Computational Linguistics 25(2), 173–194. http://acl.ldc.upenn.edu/J/J99/J99-2001.pdf
I use the following CSL code (for editors, but analogously for others):
```
<names variable="editor" delimiter=", ">
<name delimiter="; " delimiter-precedes-last="always" initialize="false" initialize-with=". " name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")" text-case="title"/>
</names>
```
Grateful for any hint,
Bernhard
Upgrade Storage