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

HTTPS XML namespaces are invalid #3187

Open
alexduryee opened this issue Apr 25, 2024 · 0 comments
Open

HTTPS XML namespaces are invalid #3187

alexduryee opened this issue Apr 25, 2024 · 0 comments

Comments

@alexduryee
Copy link
Contributor

While testing EAD exports on sandbox, I started getting invalid namespace errors. I dug into it a bit, and found that xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" is not a valid namespace - the declaration requires http. It appears that namespace URIs are moreso unique identifiers than dereferencable URLs (ref. https://stackoverflow.com/a/75618537)

I haven't tested all of the serializers in #3106, but given that at least the XSI namespace was impacted, it would merit checking if various XML documents still validate.

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

No branches or pull requests

1 participant