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