mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 23:53:55 +00:00
tool/run: use xmlcatalog for xsd file paths
With libxml2 >= 2.13, the `-path` argument can no longer be used for setting search paths for xsd files. Instead, we use an XML catalog to replace genode:// URIs with absolute paths. Fixes #5248
This commit is contained in:
committed by
Norman Feske
parent
5181d08d05
commit
16b863fc6e
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
|
||||
<xs:include schemaLocation="base_types.xsd"/>
|
||||
<xs:include schemaLocation="net_types.xsd"/>
|
||||
<xs:include schemaLocation="genode://base_types.xsd"/>
|
||||
<xs:include schemaLocation="genode://net_types.xsd"/>
|
||||
|
||||
<xs:element name="config">
|
||||
<xs:complexType>
|
||||
|
Reference in New Issue
Block a user