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

replace http://www.w3.org/2001/xml.xsd with http://www.w3.org/2001/xm… #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ivargrimstad
Copy link
Member

Will close #39

@ivargrimstad
Copy link
Member Author

This PR will fix the EE10 schema generation. I'll do the replacement manually for the EE9

@@ -370,6 +370,9 @@ function passThree(schemaFilename) {
if (systemId == "http://www.w3.org/2001/xml.xsd") {
resolvedFilename = baseDir + "lib/external/xml.xsd";
}
else if (systemId == "https://www.w3.org/2001/xml.xsd") {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this also cover both http + https like the change at line 511?

else if (systemId == "http://www.w3.org/2001/xml.xsd" || systemId == "https://www.w3.org/2001/xml.xsd") {

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a fair point. I just did what was needed for the tests to pass. I'll try this update as well...

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

Successfully merging this pull request may close these issues.

Use https for w3 locations
2 participants