1 2 3
#!/bin/sh # Validate XML document against DTD ./xmlstarlet val --dtd xml/foo.dtd xml/foo.xml 2>/dev/null