Adding "1.0" to kills style [solved]
From Citation Style Language 1.0 Language Specification:
"The Root Element - cs:style
[…]
version
Indicates with which version of the CSL schema the style is compatible. Should have a value of "1.0" for CSL 1.0-compatible styles."
I obediently included version="1.0" in line 2 (cs:style), and my style stopped working. Took me several hours to figure out that the problem was just that change and not one of many others I had made in the meantime.
So as far as I can see 'version="1.0" ' should be used only in line 1 (XML declaration), NOT in line 2.
"The Root Element - cs:style
[…]
version
Indicates with which version of the CSL schema the style is compatible. Should have a value of "1.0" for CSL 1.0-compatible styles."
I obediently included version="1.0" in line 2 (cs:style), and my style stopped working. Took me several hours to figure out that the problem was just that change and not one of many others I had made in the meantime.
So as far as I can see 'version="1.0" ' should be used only in line 1 (XML declaration), NOT in line 2.
Here is the rest of the line:
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="fr-FR" initialize-with-hyphen="true">
Can you upload it to https://gist.github.com/ and post the URL here?
git@gist.github.com:e38a82156a955b2f4186.git
(is this a URL?? doesn't look like one)
Edit: validating the style on http://validator.nu/ against the CSL 1.0 schema gives 27 errors: https://gist.github.com/raw/671410/d3c496db374c89af65adf659f16b1737e00371dc/gistfile1.txt
(Can't remember where I got my wrong notion of validation, I thought I read it somewhere on this site, but perhaps my mistake).