CSL varibale URL not showing
Hi,
In CSL
doesn't produce output.
This is my CSL:
This is the Object retrieved through "Run JavaScript"
[
"0": {
"key": "XQZUJQRU",
"version": 73,
"itemType": "journalArticle",
"title": "A B Libertus Fromondus’ escape from the labyrinth of the continuum (1631)",
"date": "2015",
"url": "http://www.urlsomething.com",
}]
Thank you for any ideas.
Kindest regards
Joep
In CSL
<text variable="URL" prefix=". " />
doesn't produce output.
This is my CSL:
<macro name="m-doi-url">
<choose>
<if variable="DOI" match="any" >
<text variable="DOI" prefix=". " />
</if>
<else-if variable="URL" match="any" >
<text variable="URL" prefix=". " />
</else-if>
</choose>
</macro>
This is the Object retrieved through "Run JavaScript"
[
"0": {
"key": "XQZUJQRU",
"version": 73,
"itemType": "journalArticle",
"title": "A B Libertus Fromondus’ escape from the labyrinth of the continuum (1631)",
"date": "2015",
"url": "http://www.urlsomething.com",
}]
Thank you for any ideas.
Kindest regards
Joep
Would a share via my jhmj.io server suit you?
The csl can be found here:
https://jhmj.io/httpsrc/zotero-csl/url-not-showing.csl
The cls-json of the source can be found here:
https://jhmj.io/httpsrc/zotero-csl/url-not-showing-journal-article.json