--- a/examples/eg-40-xml-examples-by-term/xml/Makefile Fri Sep 14 11:51:53 2012 -0700 +++ b/examples/eg-40-xml-examples-by-term/xml/Makefile Mon Sep 17 11:42:43 2012 -0400 @@ -1,4 +1,4 @@ -SCHEMA = ../../../xml/schema/prov.xsd +SCHEMA = ex.xsd validate: xmllint --noout --schema $(SCHEMA) *.xml