--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/eg-40-xml-examples-by-term/xml/Makefile Fri Sep 14 08:40:44 2012 -0400 @@ -0,0 +1,4 @@ +SCHEMA = ../../../xml/schema/prov.xsd + +validate: + xmllint --noout --schema $(SCHEMA) *.xml