DTD includes the specifications about the markup that can be used within the document, the specifications consists of all EXCEPT ? entity declarations the browser name element declarations the size of element name TRUE ANSWER : ? YOUR ANSWER : ?
Which of these are not the XQuery type of nodes ? attribute namespace number element TRUE ANSWER : ? YOUR ANSWER : ?
Which of these are not a kind of XPath nodes ? instruction namespace processing-instruction comment TRUE ANSWER : ? YOUR ANSWER : ?
_____ nodes may have zero, one or more than one children. Leaf Parent Child Element TRUE ANSWER : ? YOUR ANSWER : ?
________ share the same data model and support the same functions and operators. XQuery 2.0 and XPath 1.0 XQuery 2.0 and XPath 2.0 XQuery 1.0 and XPath 2.0 XQuery 1.0 and XPath 1.0 TRUE ANSWER : ? YOUR ANSWER : ?
What is the correct syntax of the declaration which defines the XML version ? None of these <?xml version="A.0"?> <?xml version="A.0" /> <xml version="A.0" /> TRUE ANSWER : ? YOUR ANSWER : ?
In simple Type Built into XML schema Boolean type holds ? 1,0 True/False and any number except 0 True ,False or 1,0 True, False TRUE ANSWER : ? YOUR ANSWER : ?
What does DTD stand for? Document Type Definition Dynamic Type Definition Direct Type Definition Do The Dance TRUE ANSWER : ? YOUR ANSWER : ?
For XML document to be valid ? document need not to be well formed document validity has no relationship with well formedness document need to be well formed also document need to be well formed & valid TRUE ANSWER : ? YOUR ANSWER : ?
XPath was designed to be used by XSLT, XPointer and other XML ? linker software compiler software loader software parsing software TRUE ANSWER : ? YOUR ANSWER : ?