diff --git a/xml/script/process.js b/xml/script/process.js index 3689b24..0d75145 100644 --- a/xml/script/process.js +++ b/xml/script/process.js @@ -505,7 +505,7 @@ function resolveEntityUsingBuildDirectory(publicId, systemId, fallbackDir) { } } } - else if (systemId == "http://www.w3.org/2001/xml.xsd") { + else if (systemId == "http://www.w3.org/2001/xml.xsd" || systemId == "https://www.w3.org/2001/xml.xsd") { if (windows) { resolvedUrl = "file:///" + baseDir.replace(/\\/g, "/" ) + "lib/external/xml.xsd" } diff --git a/xml/test/application-concurrency.xml b/xml/test/application-concurrency.xml index ac71bfc..7e04c88 100644 --- a/xml/test/application-concurrency.xml +++ b/xml/test/application-concurrency.xml @@ -1,7 +1,7 @@