Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Marlow <smarlow@redhat.com>
(cherry picked from commit 5cf25dc)
  • Loading branch information
scottmarlow authored and lukasj committed Oct 17, 2022
1 parent 2d48c8b commit 9fbab36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ private void writeTo(Result result, Map<Namespace,String> systemIds) throws IOEx
schema._import().namespace(WellKnownNamespace.SWA_URI).schemaLocation("http://ws-i.org/profiles/basic/1.1/swaref.xsd");
}
if(useMimeNs) {
schema._import().namespace(WellKnownNamespace.XML_MIME_URI).schemaLocation("http://www.w3.org/2005/05/xmlmime");
schema._import().namespace(WellKnownNamespace.XML_MIME_URI).schemaLocation("https://www.w3.org/2005/05/xmlmime");
}

// then write each component
Expand Down

0 comments on commit 9fbab36

Please sign in to comment.