Validate Current File Instead of Master File

This should cover W3C XML Schema, Relax NG and DTD related problems.
kim
Posts: 17
Joined: Fri Sep 09, 2016 9:38 pm

Validate Current File Instead of Master File

Post by kim »

Hi,

Can I use a validation scenario to override this behavior:
If a master file is associated with the current file, the validation scenarios defined in the master file are used and take precedence over the default scenarios defined for the particular framework.

I'd like to have the option to validate the current file as a stand-alone file (not master file), but I don't want to disable Master File Support.

Thanks!
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: Validate Current File Instead of Master File

Post by adrian »

Hi,

Right now (v18.0), if Master Files support is enabled and the file being validated is part of a master file hierarchy, the validation will also validate the master file. You can configure a validation scenario to validate the current file, but in addition to that the master file will also be validated.

I've logged a request on our issue tracking tool to investigate if/how we can make this optional (be able to override master file validation).

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
kim
Posts: 17
Joined: Fri Sep 09, 2016 9:38 pm

Re: Validate Current File Instead of Master File

Post by kim »

Thanks for the answer, Adrian. And I appreciate you logging the request!

Kim
Post Reply