3460:421 OOP XML

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