xsi:noNamespaceLocation attribute
Xopus supports the xsi:noNamespaceLocation attribute. It will look for this attribute on the root element when an XML document is loaded in the iframe (using Editor.setURL for example).
This example shows how it used to point to an XML Schema:
<!DOCTYPE html SYSTEM "about:legacy-compat">
<html xsi:noNamespaceLocation="html5.xsd">
<head>
<title>Example</title>
</head>
<body>
…
</body>
</html>
- Documentation
- › XML Schema in Xopus
- › xsi:noNamespaceLocation attribute