I need to check my xml file with this XSD file. The easiest way to do this is xmllint, but I can't get it to work. Can someone tell me the exact command?
I tried:
xmllint --valid myxsd.xsd myxml.xml
What am I doing wrong? This only outputs 2 files on the command line
edit: you need to do this in the console, because it will be necessary during the build process
source share