punction-in-quote problem
I'm trying to address the points made at http://forums.zotero.org/discussion/28314/api-error-and-no-preview-for-styles-that-otherwise-work/#Item_2 and clean up the harvard-university-of-birmingham style sheet.
I'm having difficulty with the quotes. I need double quotes, with the punctuation within them. I've managed to define the double quotes in the locale, but punctuation-in-quote does not seem to be having any effect.
Here's what I have:
https://gist.github.com/tipichris/5227175
But the full stop following a book chapter title still appears outside the quotes. I've also tried moving the fullstop from a suffix to the title to a delimiter in the containing group, but with no effect.
Can anyone point me in the right direction here?
I'm having difficulty with the quotes. I need double quotes, with the punctuation within them. I've managed to define the double quotes in the locale, but punctuation-in-quote does not seem to be having any effect.
Here's what I have:
https://gist.github.com/tipichris/5227175
But the full stop following a book chapter title still appears outside the quotes. I've also tried moving the fullstop from a suffix to the title to a delimiter in the containing group, but with no effect.
Can anyone point me in the right direction here?
I did read through another thread here about inconsistent behaviour with punctuate-in-quote, but couldn't work out if any consensus on the cause was reached.
<else-if type="chapter" match="any">
<group>
<text macro="title" prefix=" " suffix="." quotes="true"/>
to
<else-if type="chapter" match="any">
<group>
<text variable="title" prefix=" " suffix="." quotes="true"/>
(which shouldn't change anything else) this will work.
That would still be a bug, though, but I suggest you just work around it now.
Frank - are you sure you can't replicate this? I have the 1.0.67 version of the processor gadget running.
In the locale element, am I better of setting the xml:lang attribute to match the styles default (en-GB), to the more generic en, or leaving the attribute out altogether. All options work here, but is one more robust / portable or preferred?
Puzzled as to why I can't make it fail.
gives me
Bergin, S. and Wraight, P. (1996) “Silver based wound dressings and topical agents for treating diabetic foot ulcers”. In Cochrane Database of Systematic Reviews [online]. John Wiley & Sons, Ltd. Available from: http://onlinelibrary.wiley.com/doi/10.1002/14651858.CD005082.pub2/abstract [Accessed 16 March 2013]
(I don't feel like putting in the html tags - "In" is underlined, Cochrane... is bold).