diff --git a/cs675/xml/Makefile b/cs675/xml/Makefile index 2148d29..11b5282 100644 --- a/cs675/xml/Makefile +++ b/cs675/xml/Makefile @@ -1,3 +1,3 @@ all: - xmllint --schema dailyplanner-schema.xml test-schedule.xml + xmllint --noout --schema dailyplanner-schema.xsd test-sched.xml diff --git a/cs675/xml/test-sched.xml b/cs675/xml/test-sched.xml index e69de29..da6f9dc 100644 --- a/cs675/xml/test-sched.xml +++ b/cs675/xml/test-sched.xml @@ -0,0 +1,32 @@ + + + + + Church + Homework + + + Status meetings + Class + + + Sleep in late + Date night + + + On-site work + Class + + + Sleep in late + Homework + + + Get up early + Go out and don't do homework + + + Sleep in + Homework + +