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