Skip to content
Snippets Groups Projects
Commit f11a3875 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

added script for external schema validation of the xml files. needs xmllint, not run automatically.

parent dfa00cc5
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
for f in *.xml variableTreeXml/*.xml; do
xmllint --noout --schema ../xmlschema/doocs_variable_tree.xsd $f
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment