We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
The swordv2 interface returns invalid XML because this constructor is called incorrectly.
<http://purl.org/net/sword/terms/depositedOn xmlns="">2025-02-11T05:22:41</http://purl.org/net/sword/terms/depositedOn>
compared with
<depositedOn xmlns="http://purl.org/net/sword/terms/">2025-02-11T23:34:44</depositedOn>
I don't know how to reproduce this short of calling it from DSpace, which is the product I'm using. Please see this issue.
The text was updated successfully, but these errors were encountered:
Hmm, I see in DSpace you use statement.setOriginalDeposits (which will end up hitting the constructor you mentioned): https://github.com/DSpace/DSpace/blob/19aa8bcce946e8cfcd4ea963cab386d1460f2593/dspace-swordv2/src/main/java/org/dspace/sword2/GenericStatementDisseminator.java#L50
statement.setOriginalDeposits
From a quick look at our code, we don't seem to use this "original deposits" functionality in Dataverse. I'm not even sure what it's for. I also poked around with out tests at https://github.com/IQSS/dataverse/blob/v6.5/src/test/java/edu/harvard/iq/dataverse/api/SwordIT.java and I'm getting valid XML.
We forked this library from https://github.com/swordapp/JavaServer2.0 and don't know all the functionality.
You are very welcome to create a pull request.
Sorry, something went wrong.
No branches or pull requests
Hi there,
The swordv2 interface returns invalid XML because this constructor is called incorrectly.
compared with
I don't know how to reproduce this short of calling it from DSpace, which is the product I'm using. Please see this issue.
The text was updated successfully, but these errors were encountered: