diff --git a/cs675/dom_sax/Makefile b/cs675/dom_sax/Makefile new file mode 100644 index 0000000..11b5282 --- /dev/null +++ b/cs675/dom_sax/Makefile @@ -0,0 +1,3 @@ + +all: + xmllint --noout --schema dailyplanner-schema.xsd test-sched.xml diff --git a/cs675/dom_sax/dailyplanner-schema.xsd b/cs675/dom_sax/dailyplanner-schema.xsd new file mode 100644 index 0000000..ecbd1ca --- /dev/null +++ b/cs675/dom_sax/dailyplanner-schema.xsd @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cs675/dom_sax/test-sched.xml b/cs675/dom_sax/test-sched.xml new file mode 100644 index 0000000..da6f9dc --- /dev/null +++ b/cs675/dom_sax/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 + +