Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsdom last version + needed adjustments to tests and etc. #159

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

abaevbog
Copy link

@abaevbog abaevbog commented Jun 7, 2023

No description provided.

@abaevbog abaevbog requested a review from dstillman June 7, 2023 00:59
@avsm
Copy link

avsm commented Mar 18, 2024

Just tested this PR on the master branch (as of today), as it fixes importing references that have CDATA nodes in their titles (from Crossref XML).

The version of w3c-xmlserializer used by jsdom currently in the master branch fails on serialising CDATA nodes, but this has been fixed in subsequent versions of that library. This PR updates jsdom which updates its use of w3c-xmlserializer, and the import now succeeds!

For reference the DOI that fails currently which works with this PR is:

curl -d 'http://dx.doi.org/10.1109/SASOW.2012.14' -H 'content-type: text/plain' http://localhost:1969/search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants