Multiple choice technology web technology

There is a way of describing XML data, how?

  1. XML uses a description node to describe data

  2. XML uses a DTD to describe the data

  3. XML uses XSL to describe data

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A Document Type Definition (DTD) is a traditional way to describe the structure, elements, and attributes of an XML document. While XSL is used for styling and transforming XML data, it does not describe the data structure itself. Description nodes do not exist in standard XML.