CPSC 421 OOP XML

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