Lab 8: Nested Compound Document

In this folder is this XML document:

   - MyRecommendations.xml

Open the document and inspect its content.

The contents of <MyRecommendations> is anything.
In this instance I have inserted a Book section
and a Juicer section (two of my recommendations).
In the Book section I have inserted a BLOG section.

Thus, this document contains 4 different XML vocabularies:

   1. The MyRecommendations XML vocabulary
  
   2. The Book XML vocabulary

   3. The BLOG XML vocabulary

   4. The juicer XML vocabulary

Each XML vocabulary is completely independent, and
implemented in different schema languages
(XML Schema and Relax NG).  Wow!

Write an NVDL script, MyRecommendations.nvdl, which validates all
of the sections.  Be sure to validate the Book section on its
own, as well as a child of <MyRecommendations>.  Ditto for
the juicer section. 

After you have created the NVDL script, open a DOS window, change
directory (cd) to this folder, and then type: run

Remember: No News Is Good News!  If all you see after typing "run" is "Done" 
then there were no errors in your NVDL script.
