CO4: XML

1234567891011121314
Across
  1. 5. Specifies XML version and encoding
  2. 6. XML with correct syntax and nested tags
  3. 9. XML Schema Definition – more powerful than DTD
  4. 11. Markup language used to store and transport data
  5. 13. Prevents naming conflicts in XML
  6. 14. Defines legal structure of an XML document
Down
  1. 1. Provides additional info within XML elements
  2. 2. Navigates through elements and attributes in XML
  3. 3. Used to include text with characters like < or &
  4. 4. XML that adheres to a DTD or Schema
  5. 5. File that contains structured XML data
  6. 7. Basic building block of XML
  7. 8. The topmost element in an XML document
  8. 10. Query language for retrieving XML data
  9. 12. Delimiters that define XML elements