B {Ans: QN=36 (2753) In SAX, to provide customized DTD handling, application need to implement a. ErrorHandler b. DTDHandler c. EntityResolver d. DefaultHandler}B {Ans: QN=50 (2881) What is the value of s3 after the following code is executed? var s1 = one, s2 = two, s3 = three; s1.concat(s2) s3 = s1; a. one b. onetwo c. three d. onetwothree}D {Ans: QN=5 (2721) Which of the following XML code snippets is/are correct? a. abc..... b. abc... c. abc..... d. abc... }B {Ans: 1. XSL stands for: a. Xtendable Stylesheet Language b. EXtensible Stylesheet Language c. EXtensible Style Language d. EXtendable Style Language}A {Ans: Q.69) The doc() function retrieves an XML document. A. True B. False}D {Ans: QN=8 (2724) Which of the following is/are optional in the creation of an XML file? a. The statement b. The root element c. The opening tag in an element d. Entities}