<?xml version = "1.0" standalone="no"?>

<?xml-stylesheet type="text/xsl" href="style.xsl"?>

<chapter chapno="0" title="Review of XML Basics">

<teachingpoints>
  <teachingpoint> Write an example of an element.                   <answerbox/> </teachingpoint>
  <teachingpoint> Write an example of tree-structured, tagged data. <answerbox/> </teachingpoint>
  <teachingpoint> Write an example of an attribute.                 <answerbox/> </teachingpoint>
  <teachingpoint> Write an example of an entity.                    <answerbox/> </teachingpoint>
  <teachingpoint> Write an example of an XML comment.               <answerbox/> </teachingpoint>
  <teachingpoint> Write an example of CDATA.                        <answerbox/> </teachingpoint>
  <teachingpoint> Write an example of a processing instruction.     <answerbox/> </teachingpoint>
  <teachingpoint> What are the six rules of well-formedness?        <answerbox/> </teachingpoint>
  <teachingpoint> Write an example of a namespace.                  <answerbox/> </teachingpoint>
  <teachingpoint> What is a DTD?                                    <answerbox/> </teachingpoint>
  <teachingpoint> What is a schema?                                 <answerbox/> </teachingpoint>
  <teachingpoint> By the way, this page is written in... XML!
                  How would you go about seeing the raw XML data?   <answerbox/> </teachingpoint>
</teachingpoints>

</chapter>
