morbac / xmltools

XML Tools plugin for Notepad++
GNU General Public License v3.0
257 stars 56 forks source link

Support validation against relax-ng-compact-syntax #6

Open DavidHaslam opened 6 years ago

DavidHaslam commented 6 years ago

The first 3 lines of my XML file are:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="KJV_1611.rnc" type="application/relax-ng-compact-syntax"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">

I have a local copy of KJV_1611.rnc.

Please would you make it possible for XML Tools to validate against this type of schema.

DavidHaslam commented 6 years ago

Refer to

DavidHaslam commented 6 years ago

Related question: Does XML Tools already support xmlns:xi="http://www.w3.org/2001/XInclude" ? Or would that need to be a separate issue?

proteusGIT commented 2 years ago

Having xinclude support would be great!