Closed vanto closed 12 years ago
Could you try option 3?
I won't have the time to look into this until tomorrow.
Sure, no problem. I filed a pull request -- didn't know that they are also shown as an issue. Is there any possibility to merge them?
Great! I merged and since this didn't influence any of our tests I pushed gem version 0.0.3 to make it easier for you to use this.
By the way, if you run into any limitations, the new citeproc gem is already usable with the citeproc-js engine; it is a bit difficult to get the embedded javascript engine up and running though.
XML comments (i.e. ) in CSL files cause citeproc-ruby to die with the following error:
I'm pretty sure it is because the Node factory does not know the
Comment
XML node and thus creates a Node instance. This instance, however, does not have an evaluate method.I currently see three possible solutions:
evaluate
method to NodeAll options have (little) pros and cons, so I leave it up to you to decide :)