CPSC 421 OOP XML

12345678910111213141516171819202122
Across
  1. 3. Symbol that starts most XML parts, including start tags
  2. 5. A name-value pair in a start tag which must be unique
  3. 6. A blank prefix for a namespace
  4. 11. Unescape the escaped text "<cassert>" from an XML document
  5. 13. Composed of matching start and end tags, and everything between
  6. 14. Symbol that ends most XML parts, including start tags
  7. 15. Often misunderstood, and sometimes ignorable
  8. 16. Name of an element without the prefix
  9. 17. Short for "qualified name"
  10. 18. XML is a _ format
  11. 20. When an element has both text and subelements
  12. 21. Escape the unescaped text "<iostream>" so that it can be stored into an XML document
  13. 22. A short form of the empty element <name></name>
Down
  1. 1. Includes all URLs but can be more
  2. 2. An element inside an element
  3. 4. Start of an element
  4. 7. End of an element
  5. 8. Combination of prefix and URI to group elements
  6. 9. An element is _ if it only has a start tag and an end tag
  7. 10. Typically, the first thing in an XML document
  8. 12. An XML document has exactly one of these
  9. 19. Elements form a tree structure and nest properly