xmltools
xmltools copied to clipboard
Support validation against relax-ng-compact-syntax
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.
Refer to
- http://relaxng.org/
- http://www.tei-c.org/Guidelines/Customization/Lite/
- http://www.thaiopensource.com/relaxng/
Related question:
Does XML Tools already support xmlns:xi="http://www.w3.org/2001/XInclude"
?
Or would that need to be a separate issue?
Having xinclude support would be great!