I tried out your new RelaxNG validation feature and it seems that an URI given in <?xml-model href="[...]" does not resolve against XML catalogs which can be configured via xml.catalogs setting. Absolute file URIs and OS path's are working fine.
[...]
<?xml-model href="http://canonical-uri/schema.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
[...]
I tested with v0.22 and v0.23.2022111503 (pre-release).
I tried out your new RelaxNG validation feature and it seems that an URI given in
<?xml-model href="[...]"does not resolve against XML catalogs which can be configured viaxml.catalogssetting. Absolute file URIs and OS path's are working fine.I tested with v0.22 and v0.23.2022111503 (pre-release).