zotero / citeproc-js-server

Web service to generate citations and bibliographies using citeproc-js
Other
60 stars 39 forks source link

csl_nodejs_jsdom broken with jsdom >= 0.6.0 #13

Closed fcheslack closed 9 years ago

fcheslack commented 10 years ago

jsdom 0.6.0 introduced a new html parser https://github.com/tmpvar/jsdom/commit/0d89bf5b6b2c5aecd4477392eba2b6175f942fa1 that causes citeproc-js to throw when using CSL_NODEJS_JSDOM as the dom parser.

Hopefully that just means it's closer to other DOM implementations and requires fewer workarounds to provide the functionality citeproc-js expects.