Validate with ex.xsd instead of prov.xsd so examples validate.
authorCurt Tilmes <Curt.Tilmes@nasa.gov>
Mon, 17 Sep 2012 11:42:43 -0400
changeset 4468 af34439960df
parent 4467 7a9b5f8cf03f
child 4469 6b9ab4c0a5d6
Validate with ex.xsd instead of prov.xsd so examples validate.
examples/eg-40-xml-examples-by-term/xml/Makefile
--- 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