You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xmllint ignores the hint specified in schemaLocation about which XSD files to use when validating. Nor does it seem possible to tell xmllint to use multiple xsd files. The following StackOverflow Q&A shows an approach that works. When applied to the VSM output in export-all, the following approach can be used to validate. Create a xsd file called vsm-include.xsd with the following content:
xmllint ignores the hint specified in schemaLocation about which XSD files to use when validating. Nor does it seem possible to tell xmllint to use multiple xsd files. The following StackOverflow Q&A shows an approach that works. When applied to the VSM output in export-all, the following approach can be used to validate. Create a xsd file called vsm-include.xsd with the following content:
Then to validate use the following command:
I checked this by making a change to the vsm:
to
and got the following result
The text was updated successfully, but these errors were encountered: