I'm using nested Schematron rules in a XML Schema to check the content of attributes. And this works fine with Oxygen as long as I specify
Code: Select all
<?oxygen SCHSchema="myXMLSchema.xsd"?>
Unfortunately I do have plenty of XML Files which should use those checks and I don't want to specify in each file <?oxygen ...>, because nobody should know what kind of editor I'm using.
So my question: Is there a way to bypass this <?oxygen/> tag but oxygen should still check the Schematron rules(which are already known - because they're nested in the XML Schema)?
Or are there possible settings in the program, so that nested schematron rules are automatically checked?
Thanks for your help