UGC-NET | UGC NET CS 2015 Dec – III | Question 35
Which of the following statements are true with reference to the way of describing XML data?
(a)XML uses DTD to describe the data
(b)XML uses XSL to describe the data
(c)XML uses a description node to describe the data
Codes:
(A) (a) only
(B) (b) only
(C) (a) and (b)
(D) (a) and (c)
Answer: (D)
Explanation: XML uses Document Type Definition(DTD) to describe the data. DTD is specified document defining and constraining definition and XML uses a description node to describe the data.
Extensible Stylesheet Language(XSL) is used to transform and render the XML document.
Statement (a) and (c) are correct.
So, option (D) is correct.
Quiz of this Question