xmltools icon indicating copy to clipboard operation
xmltools copied to clipboard

Support validation against relax-ng-compact-syntax

Open DavidHaslam opened this issue 7 years ago • 3 comments

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 avatar Oct 12 '17 15:10 DavidHaslam

Refer to

  • http://relaxng.org/
  • http://www.tei-c.org/Guidelines/Customization/Lite/
  • http://www.thaiopensource.com/relaxng/

DavidHaslam avatar Oct 12 '17 16:10 DavidHaslam

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

DavidHaslam avatar Oct 12 '17 16:10 DavidHaslam

Having xinclude support would be great!

proteusGIT avatar Jul 15 '21 17:07 proteusGIT