`xml.xsd` seems to be from the W3C: https://www.w3.org/2001/xml.xsd
The file evolved in the last years and at the above url the current version can be found. As this file is authored by the w3c the w3c software license applies. Please have a look at `html.editor/licenseinfo.xml` and `html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/xhtml/xhtml1-strict.dtd` which shows how the situation was handled in the past. Basic idea: - download the current version of the `xsl.xsd` - replace the currently present version - add W3C license header + Changes section - add file to `licenseinfo.xml` The Schema file is used at runtime for validation (it is accessible via the catalog). [ Full content available at: https://github.com/apache/incubator-netbeans/pull/768 ] This message was relayed via gitbox.apache.org for [email protected]
